Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
fix: corrige la commande de démarrage
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisromain committed Dec 19, 2019
1 parent caf72f5 commit 698857e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
VIRTUAL_PORT: ${NODE_PORT}
LETSENCRYPT_HOST: ${URL}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
NODE_PORT: ${NODE_PORT}
expose:
- ${NODE_PORT}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "node --no-warnings ./worker/index.js",
"dev": "onchange '**/*.js' -i -k -- npm run build",
"start": "npm run build && node ./index.js",
"start": "npm run build & node ./index.js",
"commit": "npx git-cz",
"release": "standard-version && git push --follow-tags upstream master && npx conventional-github-releaser"
},
Expand Down

0 comments on commit 698857e

Please sign in to comment.