Skip to content

Commit

Permalink
Merge pull request #6 from Alexey-N-Chernyshov/fix/docker-arg
Browse files Browse the repository at this point in the history
fix(docker): appuser as arg
  • Loading branch information
Alexey-N-Chernyshov authored Jul 29, 2024
2 parents 5d1751f + 1a08113 commit 79f2f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN apt-get update \

EXPOSE 8080

ENV TZ=Etc/UTC \
APP_USER=appuser
ARG APP_USER=appuser
ENV TZ=Etc/UTC

RUN groupadd "$APP_USER" \
&& useradd -g "$APP_USER" "$APP_USER" \
Expand Down

0 comments on commit 79f2f7f

Please sign in to comment.