beta works with personal test site.

This commit is contained in:
2026-08-02 14:04:37 -07:00
parent 7650354abd
commit 5bf0582468
3 changed files with 12 additions and 2 deletions
+9
View File
@@ -23,6 +23,15 @@ Visit `http://127.0.0.1:8000/` — click around the example pages, then open `ht
### Production
```
#docker buildx build --no-cache -t 4lights/novaconium:2.0.0-beta -t 4lights/corxn:latest --load .
#docker login -u <username>
#docker push 4lights/novaconium:2.0.0
#docker push 4lights/novaconium:latest
docker buildx build --no-cache -t 4lights/novaconium:2.0.0-beta --load .
docker login git.4lt.ca -u nick
docker pull git.4lt.ca/4lt/novaconium:2.0.0-beta
docker compose up -d
root@b2c4133264c6:/var/www/html# php novaconium/bin/create-admin-user.php nick c@nickyeoman.com
```