Skip to content

Commit

Permalink
Changed Dockerfile (node version and npm install)
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282892 committed Apr 27, 2023
1 parent 9c0105f commit 3569b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine
FROM node:18.13
COPY . /app
WORKDIR /app
RUN npm install --only=prod
RUN npm install
RUN npm run build
CMD node server.js

0 comments on commit 3569b93

Please sign in to comment.