fix(core): update

This commit is contained in:
2021-04-15 08:32:51 +00:00
parent 0c9d2b9733
commit a8c59d1a44
16 changed files with 8 additions and 634 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
docker build --no-cache -t staticimg .
docker stop static
docker rm $(docker ps -q -f status=exited)
docker run -d -e VIRTUAL_HOST=default.com -e CERT_NAME=server --name static staticimg
docker run -d -p 3000:8080 --name static staticimg staticly --port 8080