fix(core): update
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user