Skip to content

Commit

Permalink
feat: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed May 15, 2024
1 parent 8ea3e51 commit f6db1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY . .

ENV NODE_ENV=production
RUN npx prisma generate
RUN pnpm build
ENV PORT=3000

RUN useradd -m myuser
Expand Down

0 comments on commit f6db1db

Please sign in to comment.