Skip to content

Commit

Permalink
Added [email protected] 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 11f6925 commit e858f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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

0 comments on commit e858f72

Please sign in to comment.