Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Aug 27, 2024
1 parent 2a11203 commit 5becb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:22.5.1

WORKDIR /app

Expand All @@ -13,4 +13,4 @@ COPY . .

RUN ["npm", "run", "build"]

CMD ["node", "dist/index.js"]
CMD ["node", "dist/src/index.js"]

0 comments on commit 5becb76

Please sign in to comment.