2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-10 14:09:26 +03:00
2021-04-01 12:12:50 +03:00

5 lines
121 B
Makefile

all: tcs
tcs:
docker build --compress -t epicmorg/teamcity-server:latest .
docker push epicmorg/teamcity-server:latest