Skip to content

Commit

Permalink
npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Sep 30, 2023
1 parent aec3854 commit 13eb8e3
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 @@ -7,4 +7,4 @@ RUN npm ci
COPY . .
RUN npm run build

ENTRYPOINT ["node", "dist/bin/cli.js", "run"]
ENTRYPOINT ["npm", "start"]

0 comments on commit 13eb8e3

Please sign in to comment.