Skip to content

Commit

Permalink
fix for docker build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mac2000 authored Jan 1, 2025
1 parent b0ead3e commit 45683fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
dockerfile: ./worker/Dockerfile
volumes:
- ./worker:/home/worker:ro
- ./worker-dist:/home/worker-dist
- ./worker-dist/:/home/worker-dist/
stdin_open: true
tty: true
serve-webpack-example:
Expand Down

0 comments on commit 45683fd

Please sign in to comment.