Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Jan 10, 2024
1 parent e201e9c commit 48f8bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN npm install
COPY . .
RUN npm run build

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

0 comments on commit 48f8bfd

Please sign in to comment.