Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
preparing travis for docker build (#118, #142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-fra committed Nov 14, 2017
1 parent 25455a5 commit ef2328e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ EXPOSE 8080/tcp

ENV HOME=/var/lib/smarti

# healthcheck
HEALTHCHECK --start-period=30s \
# healthcheck --start-period=30s
HEALTHCHECK \
CMD curl -sf http://localhost:8080/system/health || exit 1

RUN mkdir -p /opt/ext/
Expand Down
3 changes: 2 additions & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
<executions>
<execution>
<id>build</id>
Expand All @@ -571,6 +571,7 @@
<configuration>
<skipPush>true</skipPush>
<repository>redlinkgmbh/smarti</repository>
<googleContainerRegistryEnabled>false</googleContainerRegistryEnabled>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ef2328e

Please sign in to comment.