Skip to content

Commit

Permalink
fix(nginx-json): build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 15, 2023
1 parent a1a8101 commit 78a6cb6
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,6 +1,6 @@
FROM ghcr.io/alwatr/nginx-core:2.2.0

RUN rm -fv /default-data
RUN rm -rfv /default-data
COPY etc/nginx/ /etc/nginx/
COPY default-data/ /default-data/
RUN ls -RlahF /etc/nginx /data
Expand Down

0 comments on commit 78a6cb6

Please sign in to comment.