Remove script params; no longer required to pass these values

This commit is contained in:
Devon Mackay 2018-07-09 15:14:44 -04:00
parent c370063f8d
commit 5159e3e163

View File

@ -28,7 +28,7 @@ COPY script/alpine_setup ./script/
# Add required system packages and app user
RUN set -x ; \
script/alpine_setup "${APP_USER}" "${APP_GROUP}"
script/alpine_setup
### Items that will change almost every build
#############################################