Skip to content

Commit

Permalink
Fix build (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Oct 11, 2023
1 parent 1cceaf2 commit 1b38353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idea/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN yarn build:frontend

FROM nginx:alpine
RUN rm -vf /usr/share/nginx/html/*
COPY --from=builder /src/idea/frontend/build /usr/share/nginx/html
COPY --from=builder /src/idea/frontend/dist /usr/share/nginx/html

0 comments on commit 1b38353

Please sign in to comment.