2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-08 03:52:05 +03:00
2021-04-01 12:12:50 +03:00

4 lines
106 B
Makefile

all: nc
nc:
docker build --compress -t epicmorg/nextcloud:latest .
docker push epicmorg/nextcloud:latest