Merge pull request #9 from janhq/fix/next-not-found-worker-hot-reload
fix: web-client next not found and worker not hot reloaded
This commit is contained in:
commit
cfc38860bb
@ -1 +1 @@
|
|||||||
Subproject commit 4aa041a1bf4e652240514b9fb7acc0860287699a
|
Subproject commit 11d66335f19c6379566524742cf588959c49676f
|
||||||
@ -79,13 +79,13 @@ services:
|
|||||||
|
|
||||||
worker:
|
worker:
|
||||||
build:
|
build:
|
||||||
context: ./app-backend
|
context: ./app-backend/worker
|
||||||
dockerfile: ./worker/Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- "NODE_ENV=development"
|
- "NODE_ENV=development"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/worker
|
- ./app-backend/worker:/worker
|
||||||
ports:
|
ports:
|
||||||
- "8787:8787"
|
- "8787:8787"
|
||||||
networks:
|
networks:
|
||||||
@ -119,6 +119,10 @@ services:
|
|||||||
dockerfile: ./dev.Dockerfile
|
dockerfile: ./dev.Dockerfile
|
||||||
container_name: jan_web
|
container_name: jan_web
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./web-client/:/app
|
||||||
|
- /app/node_modules
|
||||||
|
- /app/.next
|
||||||
env_file:
|
env_file:
|
||||||
- conf/sample.env_web-client
|
- conf/sample.env_web-client
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 64eb6f531700cff692313f3b4249d00d0fef29eb
|
Subproject commit dae0ca80adbef9423bee8a4971a3006f2a96c931
|
||||||
Loading…
x
Reference in New Issue
Block a user