Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 6, 2022
1 parent cee7f67 commit c42907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks:
mkdir -p custom/plugins || true
mv "$TMP_DIR" "custom/plugins/$EXTENSION_NAME"
command: ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony serve --port=8000
command: docker ps && sleep 2 && ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony serve --port=8000

ports:
- port: 8000
Expand Down

0 comments on commit c42907d

Please sign in to comment.