Skip to content

Commit

Permalink
fix: chemin index serveur
Browse files Browse the repository at this point in the history
  • Loading branch information
david-nathanael authored Mar 20, 2023
1 parent 665b4a1 commit d9524e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ COPY --from=builder ./app/. .

EXPOSE 5000
WORKDIR /app/server
CMD ["node", "dist/src/index.js"]
CMD ["node", "dist/index.js"]
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"main": "src/index.js",
"scripts": {
"start": "node dist/src/index.js",
"start": "node dist/index.js",
"dev": "tsup src/index.ts migrations --watch . --onSuccess 'yarn run start'",
"build": "tsup src/index.ts migrations",
"typecheck": "tsc",
Expand Down

0 comments on commit d9524e6

Please sign in to comment.