Skip to content

Commit

Permalink
Creating tomcat user, fixed in S6, forgot to uncomment...
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ronser committed Jul 22, 2018
1 parent d1463c3 commit bd892bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN mkdir -p /usr/local/tomcat && \
curl -o /tmp/apache-tomcat-8.5.32.tar.gz -L http://mirrors.koehn.com/apache/tomcat/tomcat-8/v8.5.32/bin/apache-tomcat-8.5.32.tar.gz && \
tar xzf /tmp/apache-tomcat-8.5.32.tar.gz -C /usr/local/tomcat --strip-components=1 && \
## Creating TOMCAT user, THIS IS NOT FINISHED! See @TODO below, please.
# useradd --comment 'Tomcat User' --no-create-home -d /usr/local/tomcat --user-group -s /bin/bash tomcat && \
useradd --comment 'Tomcat User' --no-create-home -d /usr/local/tomcat --user-group -s /bin/bash tomcat && \
# # @TODO move this to S6 please.
# # Ownership to TOMCAT
# chown -R :tomcat $CATALINA_BASE && \
Expand Down

0 comments on commit bd892bd

Please sign in to comment.