Skip to content

Commit

Permalink
chore(nginx-json): update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 15, 2023
1 parent cf36374 commit 7698071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-json/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/alwatr/nginx-core:2.2.1

RUN rm -rfv /default-data
COPY etc/nginx/ /etc/nginx/
RUN set -eux; rm -rfv /default-data
COPY default-data/ /default-data/
# RUN ls -RlahF /etc/nginx /default-data /data

Expand Down

0 comments on commit 7698071

Please sign in to comment.