multiple fixes Dockerfile

This commit is contained in:
root (lxc-fetsite-04)
2020-09-16 19:49:43 +02:00
parent c6a22b91fc
commit e687621e40
4 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
docker stop bb2
docker container rm bb2
docker build -t test1 .
#docker stop bb2
#docker container rm bb2
docker build -t fet2020django .
docker network create fet-net
docker run --name fetdjango --network fet-net -d -p 8080:80 test1
docker run --name fetdjango --network fet-net -d -p 8080:80 -v /srv/deploy_1/app/fet2020:/app fet2020django