fixed exec target

This commit is contained in:
Nathan Price 2025-01-16 21:25:40 -05:00
parent 0efeb5a25f
commit 7847efae6d
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -13,7 +13,7 @@ run:
docker compose up
.PHONY: exec
run:
exec:
docker exec -it quartz-docker bash
.PHONY: push