Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
botprzemek authored May 6, 2024
1 parent a1cf35f commit 2293218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ COPY . .

RUN npm run build

CMD ["node", "./output/server/index.mjs"]
CMD ["node", ".output/server/index.mjs"]

EXPOSE 3000
EXPOSE 3000

0 comments on commit 2293218

Please sign in to comment.