Skip to content

Commit

Permalink
entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Nov 11, 2024
1 parent fa02927 commit 548e04c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ COPY . .
RUN npm install
RUN npm run build

WORKDIR /app/dist
CMD ["node", "index.js"]
CMD ["node", "/app/dist/index.js"]

0 comments on commit 548e04c

Please sign in to comment.