Move BASE_URL to the build script
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user