Skip to content

Commit

Permalink
set as /opt/tomcat.ocie
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Jan 26, 2024
1 parent be9909c commit 4188d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/opt/ocie/type/tomcat → src/opt/tomcat.ocie
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ function app_test()
CFG_RESULT=$(echo "$CFG_TEST" | grep "$CFG_PASS");
if [[ -z "$CFG_RESULT" ]];then
echo "$CFG_RESULT";
else
echo "true";
fi;
}

0 comments on commit 4188d20

Please sign in to comment.