Add redeploy script
This commit is contained in:
parent
7a2acb560a
commit
aebc1b59d7
1 changed files with 7 additions and 0 deletions
7
redeploy.sh
Normal file
7
redeploy.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Build/rebuild the image.
|
||||
docker build --no-cache -t notes-server .
|
||||
|
||||
# Run the image, listening on port 8080.
|
||||
docker run -p 8080:80 -t notes-server
|
||||
Loading…
Add table
Add a link
Reference in a new issue