Fix copying into container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-09-27 17:46:00 +02:00
parent d08326b1ca
commit 9ba716c90b
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -23,5 +23,5 @@ RUN hugo && \
FROM nginx:alpine
RUN rm /usr/share/nginx/html/*
COPY --from=build /usr/src/build/public /usr/share/nginx/html/
COPY ./.well-known/ /usr/share/nginx/html/
COPY ./.well-known/ /usr/share/nginx/html/.well-known
EXPOSE 80