Skip to content

Commit

Permalink
fix: web-client next not found and worker not hot reloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Aug 26, 2023
1 parent b140765 commit f3c8f41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app-backend
10 changes: 7 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion web-client

0 comments on commit f3c8f41

Please sign in to comment.