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 our Docker container initialization script
|
||||||
ADD setenv.sh /usr/local/bin/${project.artifactId}-setenv.sh
|
ADD setenv.sh /usr/local/bin/${project.artifactId}-setenv.sh
|
||||||
COPY docker-entrypoint.sh /usr/local/bin
|
COPY docker-entrypoint.sh /usr/local/bin
|
||||||
|
RUN chmod 755 /usr/local/bin/docker-entrypoint.sh
|
||||||
|
|
||||||
# Add our Apache Tomcat configuration
|
# Add our Apache Tomcat configuration
|
||||||
# This gives us dynamic injection points into the running webapps
|
# This gives us dynamic injection points into the running webapps
|
||||||
|
Reference in New Issue
Block a user