We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5660a5 commit b108f03Copy full SHA for b108f03
docker-compose.yml
@@ -1,9 +1,9 @@
1
version: "3.4"
2
services:
3
www:
4
- image: node:17.4.0
+ image: node:18.8.0
5
working_dir: /app
6
command: >
7
- sh -c "npm install && npm run start"
+ sh -c "npm install && npm run dev"
8
volumes:
9
- ${PWD}/apps:/app:delegated
package.json
@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Templates pour la création d'un nouveau projet nextjs",
"scripts": {
- "create:apps": "create-next-app apps",
+ "create:apps": "create-next-app apps --ts --eslint --src-dir --experimental-app --import-alias \"@/*\"",
"docker:deploy": "korojscommands docker_deploy",
"docker:getpull-image": "korojscommands docker_getpull-image",
"docker:ls": "korojscommands docker_ls",
0 commit comments