mirror of
https://github.com/EpicMorg/jira-issue-web-reporter.git
synced 2025-01-28 02:47:54 +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
|