changed permissions on docker-entrypoint.sh
This commit is contained in:
@@ -28,6 +28,7 @@ RUN cd /var/lib/tomcat/dev && \
|
||||
# Add our Docker container initialization script
|
||||
ADD setenv.sh /usr/local/bin/${project.artifactId}-setenv.sh
|
||||
COPY docker-entrypoint.sh /usr/local/bin
|
||||
RUN chmod 755 /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
# Add our Apache Tomcat configuration
|
||||
# This gives us dynamic injection points into the running webapps
|
||||
|
Reference in New Issue
Block a user