Skip to content

Commit

Permalink
Fix docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 16, 2023
1 parent 9f781f7 commit 1e3b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUN cd /blog && \
FROM nginx:1.25-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
COPY --from=node /blog/out /usr/share/nginx/html
COPY --from=node /blog/build /usr/share/nginx/html
COPY config/nginx.conf /etc/nginx/conf.d/default.conf

0 comments on commit 1e3b000

Please sign in to comment.