Skip to content

Commit

Permalink
Corrected docker user group
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Mar 19, 2020
1 parent e9eac21 commit 366bfc1
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 @@ -18,7 +18,7 @@ RUN chmod 775 /opt/s2i/* && \
chmod -R 775 ${SAKULI_TEST_SUITE} && \
chgrp -R root ${SAKULI_TEST_SUITE}

USER 1000
USER 1000:1000

ENTRYPOINT []
CMD ["/opt/sakuli/s2i/usage"]

0 comments on commit 366bfc1

Please sign in to comment.