Update first copy to include ALL scripts

This commit is contained in:
Devon Mackay 2018-07-09 15:29:30 -04:00
parent 2ec2eefb4b
commit 6a4069853a

View File

@ -23,8 +23,8 @@ RUN set -x ; \
# Set working dir
WORKDIR ${APP_DIR}
# Copy over alpine setup script
COPY script/alpine_setup ./script/
# Copy over setup scripts
COPY script/ ./script/
# Add required system packages and app user
RUN set -x ; \