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 9ba5ab0 commit df30a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server-asset-sg/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ COPY . .

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

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

0 comments on commit df30a39

Please sign in to comment.