Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin committed Sep 4, 2024
1 parent 9e2f325 commit df9d59d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ MAINTAINER gear
WORKDIR /app

COPY ./frontend .
COPY ./frontend/package.json .

RUN npm install -g pnpm

RUN apk update

Expand Down Expand Up @@ -34,4 +35,4 @@ RUN pnpm build

RUN npm install --global serve

CMD ["serve", "-s", "/app/frontend/build"]
CMD ["serve", "-s", "/app/frontend/dist"]

0 comments on commit df9d59d

Please sign in to comment.