Remove script params; no longer required to pass these values
This commit is contained in:
parent
c370063f8d
commit
5159e3e163
@ -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
|
||||
#############################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user