small fix to docker

This commit is contained in:
root (lxc-fetsite-04)
2020-09-16 19:03:27 +02:00
parent e8049d4939
commit c6a22b91fc
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
docker stop bb2
docker container rm bb2
docker build -t test1 .
docker run --name bb2 -d -p 8080:80 test1
docker network create fet-net
docker run --name fetdjango --network fet-net -d -p 8080:80 test1