Clean out docroot before
This commit is contained in:
parent
b655ad9f41
commit
a655ebcde2
|
@ -1,3 +1,4 @@
|
|||
FROM docker.io/nginx
|
||||
|
||||
RUN rm -rf /usr/share/nginx/html && mkdir -p /usr/share/nginx/html
|
||||
COPY public /usr/share/nginx/html
|
Loading…
Reference in a new issue