Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Feb 17, 2020
1 parent ab16d9a commit 4b7ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -99,7 +99,7 @@ RUN cp /dev/null /etc/httpd/conf.d/ssl.conf \
&& sed -i 's/ErrorLog "logs\/error_log"/ErrorLog "\/tmp\/logpipe"/g' /etc/httpd/conf/httpd.conf \
&& echo -e "\nPassEnv ENV" >> /etc/httpd/conf/httpd.conf \
&& echo -e "\nPassEnv USERTOKEN" >> /etc/httpd/conf/httpd.conf
WORKDIR /opt/grouper/grouperWebapp/WEB-INF
WORKDIR /opt/grouper/grouperWebapp
EXPOSE 80 443
HEALTHCHECK NONE
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 4b7ce76

Please sign in to comment.