docker file multistage
This commit is contained in:
4
run_container
Executable file
4
run_container
Executable 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
|
||||
Reference in New Issue
Block a user