mirror of
https://github.com/EpicMorg/jira-issue-web-reporter.git
synced 2025-01-26 18:07:55 +03:00
6 lines
124 B
Makefile
6 lines
124 B
Makefile
all: jwr
|
|
|
|
jwr:
|
|
docker build --compress -t epicmorg/jira-issue-web-reporter .
|
|
docker push epicmorg/jira-issue-web-reporter
|