Skip to content

Commit

Permalink
add package
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Olivier <[email protected]>
  • Loading branch information
alexolivier committed Jan 20, 2025
1 parent f84a0e1 commit f36f6f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:20-alpine
COPY . /app/
WORKDIR /app
RUN apk add openssl
COPY package.json package.json
COPY package-lock.json package-lock.json
RUN npm ci && npx prisma generate
RUN ["npm", "run", "build"]
CMD ["npm", "run", "start"]

0 comments on commit f36f6f7

Please sign in to comment.