mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 08:05:48 +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
|