Fix final image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-05-01 23:02:43 +02:00
parent 563c05edb2
commit 5cbeb342bf
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -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