Skip to content

Commit

Permalink
Added Petrel@1.0.8 and added codebox indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 12, 2024
1 parent 1c8c489 commit f20b180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:19.9.0-alpine3.17 as frontend
WORKDIR /
COPY frontend/package*.json ./app/

RUN npm --prefix app install
RUN npm --legacy-peer-deps --prefix app install
COPY frontend app
RUN npm run --prefix app build --prod

Expand Down

0 comments on commit f20b180

Please sign in to comment.