Skip to content

Commit

Permalink
Update path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Sep 13, 2024
1 parent 5580841 commit 8e30e68
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
@@ -1,6 +1,6 @@
FROM nginx:1.27.1-alpine

RUN mkdir -p /data/nginx/cache
RUN mkdir -p /var/nginx/cache

WORKDIR /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/templates/nginx.conf.template
Expand Down

0 comments on commit 8e30e68

Please sign in to comment.