Skip to content

Commit

Permalink
Minor update at Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gardusig committed Oct 29, 2024
1 parent fb4e314 commit 5a930d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM node:21-alpine
COPY app/ /app/
WORKDIR /app
RUN npm install
RUN npm run prisma:generate
RUN npm run build
CMD ["npm", "run", "start:random-object-service"]

0 comments on commit 5a930d7

Please sign in to comment.