Simple makefile for rebuilding with docker-compose

This commit is contained in:
Imbus 2024-03-08 05:32:48 +01:00
parent 6f69abe973
commit 8eca21336d

4
container/Makefile Normal file
View file

@ -0,0 +1,4 @@
deploy:
docker rm -f fb-server
docker image rm -f container-frostbyte
docker compose up -d