Skip to content

Commit

Permalink
Fix incorrect file path in mkdir/chown in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Nov 26, 2024
1 parent 78b12e0 commit 551e168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN rm /var/www/html/test.html

USER root

RUN mkdir -p /etc/aoc
RUN chown -R nobody:nobody /etc/aoc
RUN mkdir -p /etc/adventure
RUN chown -R nobody:nobody /etc/adventure

USER nobody

Expand Down

0 comments on commit 551e168

Please sign in to comment.