Skip to content

Commit

Permalink
Merge pull request #715 from overture-stack/fix/dockerfile-typo
Browse files Browse the repository at this point in the history
fix dockerfile typo
  • Loading branch information
joneubank authored Jun 7, 2023
2 parents 99296e3 + 61a7c05 commit 00d898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV EGO_USER_ID 9999
ENV EGO_GROUP_ID 9999
ENV EGO_DIR /target
RUN addgroup --system --gid $EGO_GROUP_ID $EGO_USER \
&& adduser --system --uid $EGO_USER_ID $EGO_USER_ID --ingroup $EGO_USER $EGO_USER \
&& adduser --system --uid $EGO_USER_ID --ingroup $EGO_USER $EGO_USER \
&& mkdir -p $EGO_DIR \
&& chown -R $EGO_USER $EGO_DIR
USER $EGO_USER_ID
Expand Down

0 comments on commit 00d898f

Please sign in to comment.