mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-19 10:08:59 +03:00
7 lines
70 B
Makefile
7 lines
70 B
Makefile
all: app
|
|
|
|
app:
|
|
docker-compose build --compress
|
|
docker-compose push
|
|
|