Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamedAyoub authored Jun 7, 2024
1 parent 04035a1 commit efdcded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ WORKDIR /app
COPY package*.json ./
RUN yarn install
COPY . .
RUN yarn build:ts
EXPOSE 3000
CMD [ "yarn","start" ]

CMD [ "yarn","fastify","start", "-l" ,"info" ,"dist/app.js" ]

0 comments on commit efdcded

Please sign in to comment.