mirror of
https://github.com/EpicMorg/docker.git
synced 2025-08-13 17:49:41 +03:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
all: app
|
|
|
|
app:
|
|
docker-compose build --compress
|
|
docker-compose push
|