Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Jul 30, 2024
1 parent da83d4b commit 326b7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN npm install

COPY tsconfig.json ./
COPY src ./src
RUN npm run server
RUN npm run compile

EXPOSE 4000
EXPOSE 5000
EXPOSE 8000
EXPOSE 8080
EXPOSE 9000

ENTRYPOINT ["node", "dist/main.js"]
CMD [ "npm", "run", "server" ]

0 comments on commit 326b7c3

Please sign in to comment.