start adding some basic integration tests

This commit is contained in:
Cory Bennett
2016-08-03 00:13:53 -07:00
parent 0c807b45fe
commit 403a362c5c
7 changed files with 242 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
RUN curl -Ls https://raw.githubusercontent.com/cptactionhank/docker-atlassian-jira-software/master/docker-entrypoint.sh -o /docker-entrypoint.sh \
&& chmod 755 /docker-entrypoint.sh \
&& echo jira.websudo.is.disabled = true >> /var/atlassian/jira/jira-config.properties