Users in docker
[wolnelektury.git] / Makefile
index 77d345d..2d7d105 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,8 @@ test:
 
 
 shell:
 
 
 shell:
-       UID=$(UID) GID=$(GID) docker-compose run --rm dev bash
+       UID=$(UID) GID=$(GID) docker compose run --rm dev bash
 
 
 build:
 
 
 build:
-       UID=$(UID) GID=$(GID) docker-compose build dev
+       docker compose build dev