Fix copying of files
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Valentin Brandl 2019-05-01 22:57:04 +02:00
parent b4ca2f7d99
commit 563c05edb2
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -21,6 +21,5 @@ RUN /bin/drone-hugo && \
# Stage: Run
FROM nginx:alpine
WORKDIR /usr/share/nginx/html
COPY --from=build /usr/src/build/public ./
COPY --from=build /usr/src/build/public /usr/share/nginx/html/
EXPOSE 80