From fe6baf4ac0c90b437b9b1c93e81b1280c90cbbe0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 1 May 2019 23:24:40 +0200 Subject: [PATCH] Remove existing files --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a1ea577..8ed2f31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,6 @@ RUN /bin/drone-hugo && \ # Stage: Run FROM nginx:alpine +RUN rm /usr/share/nginx/html/* COPY --from=build /usr/src/build/public /usr/share/nginx/html/ EXPOSE 80