Simple makefile for rebuilding with docker-compose
This commit is contained in:
parent
6f69abe973
commit
8eca21336d
1 changed files with 4 additions and 0 deletions
4
container/Makefile
Normal file
4
container/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
deploy:
|
||||||
|
docker rm -f fb-server
|
||||||
|
docker image rm -f container-frostbyte
|
||||||
|
docker compose up -d
|
Loading…
Reference in a new issue