Skip to content

Commit

Permalink
update pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Mar 13, 2024
1 parent 8b90c15 commit bc67a70
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 nx build server-asset-sg
RUN npx nx build server-asset-sg

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

0 comments on commit bc67a70

Please sign in to comment.