Skip to content

Commit

Permalink
deployment action work
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Jul 20, 2024
1 parent 871cace commit ffcfef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ FROM nginx:1.27
COPY --from=node /app/scheme-index-app/dist/scheme-index /schemeindex
WORKDIR /schemeindex/
RUN zip -r /schemeindex.zip *
COPY /schemeindex /usr/share/nginx/html
RUN cp /schemeindex /usr/share/nginx/html

0 comments on commit ffcfef7

Please sign in to comment.