diff --git a/docker-compose.yml b/docker-compose.yml index d49332c..3babad3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,6 +26,7 @@ services: - db ports: - "8080:80" + - "3000:3000" restart: unless-stopped db: image: postgres:16-alpine diff --git a/makefile b/makefile index ca1901f..6ecf6d9 100644 --- a/makefile +++ b/makefile @@ -52,7 +52,7 @@ build-nuxtJS: # $(EXEC_PHP) cp -n frontend/.env.dist frontend/.env.local $(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" delete_built_dir: