This commit is contained in:
parent
b4ca2f7d99
commit
563c05edb2
@ -21,6 +21,5 @@ RUN /bin/drone-hugo && \
|
|||||||
# Stage: Run
|
# Stage: Run
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
WORKDIR /usr/share/nginx/html
|
COPY --from=build /usr/src/build/public /usr/share/nginx/html/
|
||||||
COPY --from=build /usr/src/build/public ./
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
Reference in New Issue
Block a user