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