Skip to content

Commit

Permalink
Make /etc/aoc owned by www-data so PHP script can write to it
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Nov 25, 2024
1 parent 0abc268 commit 00958d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ COPY compiled.css /var/www/html/compiled.css
RUN rm /var/www/html/index.php
RUN rm /var/www/html/test.html

RUN mkdir /etc/aoc
RUN chown -R www-data:www-data /etc/aoc

EXPOSE 8080

0 comments on commit 00958d6

Please sign in to comment.