Enable wkd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-09-27 17:41:33 +02:00
parent f9f37e239d
commit d08326b1ca
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
5 changed files with 1 additions and 0 deletions

View File

View File

@ -23,4 +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/
EXPOSE 80