initial commit
This commit is contained in:
5
automate.sh
Normal file
5
automate.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# Rebuild and restart
|
||||
docker stop mrsh
|
||||
docker rm mrsh
|
||||
docker build -t your-image-name .
|
||||
docker run --name mrsh -p 5173:5173 your-image-name
|
||||
Reference in New Issue
Block a user