Skip to content

Commit

Permalink
feat: 🐛 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Elimeleth committed Apr 5, 2024
1 parent aa53ef9 commit 3e959f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:16 as builder
WORKDIR /app
WORKDIR /
RUN npm i pnpm serve --global --force
COPY ./frontend/package*.json ./
COPY ./frontend ./
Expand Down

0 comments on commit 3e959f2

Please sign in to comment.