Skip to content

Commit afd1be0

Browse files
authored
fix for docker build on macos (#439)
1 parent b0ead3e commit afd1be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
dockerfile: ./worker/Dockerfile
66
volumes:
77
- ./worker:/home/worker:ro
8-
- ./worker-dist:/home/worker-dist
8+
- ./worker-dist/:/home/worker-dist/
99
stdin_open: true
1010
tty: true
1111
serve-webpack-example:

0 commit comments

Comments
 (0)