Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gasRU76 committed Apr 10, 2024
1 parent 8abe2bb commit 227c0a7
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 @@ -6,4 +6,5 @@ COPY . ./
RUN npm install && npm run build

FROM nginx
COPY --from=build /usr/src/app/dist /usr/share/nginx/html/dist
RUN rm -rf /usr/share/nginx/html/*
COPY --from=build /usr/src/app/dist/* /usr/share/nginx/html/

0 comments on commit 227c0a7

Please sign in to comment.