-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be9909c
commit 4188d20
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ ARG TZ=America/North_Dakota/Center | |
FROM bshp/apache2:${VERSION} | ||
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/bshp/firefly" | ||
LABEL org.opencontainers.image.title="Firefly" | ||
|
||
ARG TZ | ||
ARG TOMCAT_VERSION | ||
|
@@ -19,7 +21,7 @@ ARG JAVA_VERSION | |
ENV APP_TYPE="tomcat" | ||
ENV ENABLE_CORS=0 | ||
ENV ENABLE_XFRAME=0 | ||
ENV OCIE_TYPES=${OCIE_TYPES}:/opt/ocie/type | ||
ENV OCIE_TYPES=${OCIE_TYPES}:/opt | ||
ENV REWRITE_CORS=0 | ||
ENV REWRITE_DEFAULT=1 | ||
ENV REWRITE_SKIP=0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters