Skip to content

Commit

Permalink
Runs platform as www-data user. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradez authored Mar 1, 2024
1 parent 571df4b commit 6f49f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ WORKDIR /var/www/html
COPY configs/core/start.sh /usr/local/bin/start
RUN dos2unix /usr/local/bin/start

USER www-data
CMD ["/usr/local/bin/start"]

0 comments on commit 6f49f51

Please sign in to comment.