Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Mar 5, 2024
1 parent df30a39 commit fd1d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server-asset-sg/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY . .

RUN npm install
RUN ./node_modules/.bin/prisma generate
RUN npx nx build server-asset-sg
RUN npm run build -- server-asset-sg

CMD ["node", "main.js"]

0 comments on commit fd1d63e

Please sign in to comment.