Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
flooguu authored and yksflip committed Mar 5, 2023
1 parent b5d8304 commit 8f26f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
build:
context: .
dockerfile: Dockerfile-dev
platform: linux/x86_64
platform: linux/x86_64
command: ./proc-start worker
volumes:
- bundle:/usr/local/bundle
Expand Down

0 comments on commit 8f26f2d

Please sign in to comment.