Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
chore: reintroduce chmod line in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Cote-Boucher committed Jul 22, 2020
1 parent ce50ad7 commit cbff36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile_botfront
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ ENV PATH="/opt/venv/bin:$PATH"

# update permissions & change user to not run as root
WORKDIR /app
# RUN chgrp -R 0 /app && chmod -R g=u /app
# USER 1001
RUN chgrp -R 0 /app && chmod -R g=u /app
USER 1001

# create a volume for temporary data
VOLUME /tmp
Expand Down

0 comments on commit cbff36b

Please sign in to comment.