Skip to content

Commit

Permalink
fix(config): create apps
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Feb 3, 2023
1 parent f5660a5 commit b108f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.4"
services:
www:
image: node:17.4.0
image: node:18.8.0
working_dir: /app
command: >
sh -c "npm install && npm run start"
sh -c "npm install && npm run dev"
volumes:
- ${PWD}/apps:/app:delegated
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b108f03

Please sign in to comment.