docker file multistage

This commit is contained in:
www
2020-09-13 18:29:00 +00:00
parent 2da40982ef
commit 823ae5f623
4 changed files with 27 additions and 9 deletions

4
run_container Executable file
View File

@@ -0,0 +1,4 @@
docker stop bb2
docker container rm bb2
docker build -t test1 .
docker run --name bb2 -d -p 8080:80 test1