mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-23 20:11:15 +03:00
7 lines
70 B
Makefile
7 lines
70 B
Makefile
all: app
|
|
|
|
app:
|
|
docker-compose build --compress
|
|
docker-compose push
|
|
|