Skip to content

Commit

Permalink
update image name and add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jun 5, 2024
1 parent 74f36be commit 1fde7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
platformics:
image: platformics
image: ghcr.io/chanzuckerberg/platformics:latest
build:
context: "."
dockerfile: "Dockerfile"
Expand Down
1 change: 1 addition & 0 deletions test_app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ init:
$(docker_compose_run) $(APP_CONTAINER) sh -c 'strawberry export-schema main:schema > /app/api/schema.graphql'
sleep 5 # wait for the app to reload after having files updated.
docker compose up -d
sleep 5
docker compose exec $(APP_CONTAINER) python3 -m sgqlc.introspection --exclude-deprecated --exclude-description http://localhost:9009/graphql api/schema.json

.PHONY: clean
Expand Down

0 comments on commit 1fde7f4

Please sign in to comment.