Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anticitizn authored Mar 14, 2023
1 parent afb5893 commit 1f077ed
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 @@ -4,4 +4,4 @@ services:
container_name: solnce_build
volumes:
- .:/usr/src/solnce/
command: bash ./build.sh && zip -r solnce.zip assets/ src/shaders/ solnce
command: bash -c "./build.sh && zip -r solnce.zip assets/ src/shaders/ solnce"

0 comments on commit 1f077ed

Please sign in to comment.