2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-02-13 23:28:48 +03:00

5 lines
83 B
Makefile
Raw Normal View History

2019-05-14 14:14:54 +03:00
all: jr
2018-09-18 13:44:55 +03:00
2019-05-14 14:14:54 +03:00
jr:
2019-07-17 14:26:17 +03:00
docker build --compress -t epicmorg/jira .
2020-02-27 13:51:11 +03:00
docker push epicmorg/jira