Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
insthync authored Dec 23, 2024
1 parent 5188f21 commit 06ddefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ COPY tsconfig.json ./tsconfig.json

USER root

RUN npm install
RUN npm install --force
RUN npx prisma generate --schema "./prisma/iapValidationSchema.prisma"
RUN npm run build
RUN rm -rf ./src

EXPOSE 80

CMD ["npm","run","start"]
CMD ["npm","run","start"]

0 comments on commit 06ddefd

Please sign in to comment.