Skip to content

Commit df8db00

Browse files
committed
work around bug in docker-image 322.0 from google
1 parent 6cccb7e commit df8db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-datastore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- 8081:8081
1212
volumes:
1313
- datastore:/root/.config
14-
command: gcloud beta emulators datastore start --host-port=0.0.0.0:8081 --project glowscript-dev
14+
command: sh -c "gcloud beta emulators datastore start --host-port=0.0.0.0:8081 --project glowscript-dev"
1515

1616
volumes:
1717
datastore:

0 commit comments

Comments
 (0)