Delete update.sh

This commit is contained in:
Paul TREHIOU 2018-11-06 01:03:06 +01:00 committed by GitHub
parent 903a7092ae
commit ef88b1950e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
docker build -t site-max .
docker stop some-nginx
docker rm some-nginx
docker run --name some-nginx -d -p 80:80 site-max