mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 01:25:34 +03:00
8 lines
98 B
Makefile
8 lines
98 B
Makefile
PIP_BREAK_SYSTEM_PACKAGES=1
|
|
|
|
all: app
|
|
|
|
app:
|
|
docker-compose build --compress
|
|
docker-compose push
|