mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
dont run docker as sudo
This commit is contained in:
parent
7e25aaf09b
commit
40d63ab160
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
||||||
build:
|
build:
|
||||||
sudo docker build -t yaf .
|
docker build -t yaf .
|
||||||
run:
|
run:
|
||||||
sudo docker compose up -d
|
docker compose up -d
|
||||||
|
|
Loading…
Reference in a new issue