Skip to content

Commit

Permalink
Update SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 31, 2024
1 parent 6187726 commit e618ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iatlas/data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG USER_GID=$USER_UID
ENV APP_DIR=/opt/app \
APP_USERNAME=${USERNAME}

SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN groupadd --gid "$USER_GID" "$USERNAME" \
&& useradd --uid "$USER_UID" --gid "$USER_GID" -m "$USERNAME" \
Expand Down

0 comments on commit e618ca1

Please sign in to comment.