Move BASE_URL to the build script

This commit is contained in:
2025-06-28 15:07:39 -07:00
parent fcd03bd904
commit 647d7f876f
10 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Compile the source
docker build -t mistox-sql ./database
docker build -t mistox-website .
docker build --build-arg BASE_URL=https://mistox.com -t mistox-website .
# Start the servers
docker compose up -d --force-recreate --remove-orphans