Skip to content

Commit

Permalink
Allow running devDocker
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jul 29, 2024
1 parent 458cc7f commit cc1b6f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/devDocker.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash

# Check if the pro submodule is loaded
if [ ! -d "./packages/pro/src" ]; then
echo "[ERROR] Submodule is not loaded. This is only allowed with loaded submodules."
exit 1
fi

yarn build:apps
docker compose -f hosting/docker-compose.build.yaml -f hosting/docker-compose.dev.yaml --env-file hosting/.env up --build --scale proxy-service=0

0 comments on commit cc1b6f6

Please sign in to comment.