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 e858f72 commit 1c8c489
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 198 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM node:19.9.0-alpine3.17 as frontend
WORKDIR /
COPY frontend/package*.json ./app/

RUN npm install -g npm@latest
RUN npm --prefix app install
COPY frontend app
RUN npm run --prefix app build --prod
Expand Down
Loading

0 comments on commit 1c8c489

Please sign in to comment.