Skip to content

Commit

Permalink
Update Dockerfile to fix file path in COPY command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 28, 2024
1 parent ce4d4b5 commit fdd5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk update --no-cache && \
COPY setup/nginx.conf ${NGINX_DIR}/nginx.conf
COPY setup/index.html /usr/share/nginx/html/index.html
COPY setup/default.conf ${NGINX_DIR}/conf.d/
COPY setup/default.conf.template ${NGINX_DIR}/templates
COPY setup/default.conf.template ${NGINX_DIR}/templates/

RUN mkdir -p ${NGINX_DIR}/certs

Expand Down

0 comments on commit fdd5a24

Please sign in to comment.