Skip to content

Commit

Permalink
uh more makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmcgaw committed Feb 12, 2023
1 parent a841030 commit 7b071ce
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@

start:
docker compose up -d

stop:
docker compose down

restart:
docker compose restart

build:
docker compose build chatserver
docker compose build

buildup:
docker compose up -d --build

cleanv:
docker compose down -v

0 comments on commit 7b071ce

Please sign in to comment.