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