6 lines
98 B
Makefile
Raw Normal View History

all: jr
jr:
docker build --compress -t epicmorg/jira:6.3.15 .
docker push epicmorg/jira:6.3.15