Skip to content

Commit

Permalink
remove group
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed Nov 15, 2021
1 parent 7fe3fcd commit 6c64550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/orchestrator/orchestrator.debug.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN chmod +x ./orchestrator-run.sh && \
chown -R ${USER_NAME}:${GROUP_NAME} ./ && \
sed -i 's/\r$//' ./orchestrator-run.sh

USER ${USER_NAME}:${GROUP_NAME}
USER ${USER_NAME}

CMD ["sleep", "infinity"]

Expand Down

0 comments on commit 6c64550

Please sign in to comment.