beta works with personal test site.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user