Skip to content

Commit b108f03

Browse files
committed
fix(config): create apps
1 parent f5660a5 commit b108f03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: "3.4"
22
services:
33
www:
4-
image: node:17.4.0
4+
image: node:18.8.0
55
working_dir: /app
66
command: >
7-
sh -c "npm install && npm run start"
7+
sh -c "npm install && npm run dev"
88
volumes:
99
- ${PWD}/apps:/app:delegated

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Templates pour la création d'un nouveau projet nextjs",
55
"scripts": {
6-
"create:apps": "create-next-app apps",
6+
"create:apps": "create-next-app apps --ts --eslint --src-dir --experimental-app --import-alias \"@/*\"",
77
"docker:deploy": "korojscommands docker_deploy",
88
"docker:getpull-image": "korojscommands docker_getpull-image",
99
"docker:ls": "korojscommands docker_ls",

0 commit comments

Comments
 (0)