Fix : Config docker exposition du port 3000 pour le front
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
- "3000:3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
db:
|
db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ build-nuxtJS:
|
|||||||
# $(EXEC_PHP) cp -n frontend/.env.dist frontend/.env.local
|
# $(EXEC_PHP) cp -n frontend/.env.dist frontend/.env.local
|
||||||
$(EXEC_PHP) sh -lc "cd frontend && npm install && npm run build:dist"
|
$(EXEC_PHP) sh -lc "cd frontend && npm install && npm run build:dist"
|
||||||
|
|
||||||
dev-nuxtJS:
|
dev-nuxt:
|
||||||
$(EXEC_PHP) sh -c "cd frontend && npm run dev"
|
$(EXEC_PHP) sh -c "cd frontend && npm run dev"
|
||||||
|
|
||||||
delete_built_dir:
|
delete_built_dir:
|
||||||
|
|||||||
Reference in New Issue
Block a user