Skip to content

Commit

Permalink
Move output to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleMalt committed Oct 6, 2020
1 parent 63ab4ac commit 93ee82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN pelican -dt cloudfleet-pelican-theme content

FROM nginx:alpine

COPY --from=builder /opt/cloudfleet-blog/output /usr/share/nginx/html
RUN mkdir /usr/share/nginx/html/blog
COPY --from=builder /opt/cloudfleet-blog/output /usr/share/nginx/html/blog

0 comments on commit 93ee82a

Please sign in to comment.