docker-scripts/atlassian/confluence/latest/Makefile

5 lines
101 B
Makefile
Raw Normal View History

2019-05-14 14:14:54 +03:00
all: confl
2018-09-18 13:35:18 +03:00
2019-05-14 14:14:54 +03:00
confl:
2019-07-17 14:26:17 +03:00
docker build --compress -t epicmorg/confluence .
2019-12-09 19:39:01 +03:00
docker push epicmorg/confluence