first commit
This commit is contained in:
7
launch-dockers.sh
Normal file
7
launch-dockers.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker stop portefolio
|
||||
|
||||
docker build -t portefolio .
|
||||
|
||||
docker run -it --rm -p 8080:80 --name portefolio -v .:/usr/share/nginx/html/ nginx
|
||||
Reference in New Issue
Block a user