docker-scripts/teamcity-agent/Makefile

5 lines
76 B
Makefile
Raw Normal View History

2019-09-14 22:28:02 +03:00
all: tca
tca:
2019-12-13 12:55:54 +03:00
docker build --compress -t epicmorg/teamcity-agent:latest .
2019-09-14 22:28:02 +03:00