Skip to content

Commit 1d2cb81

Browse files
authored
Merge pull request #30 from aarranz/fix/healthcheck-dev-image
Fix healtcheck script on dev
2 parents 1611d06 + 26c9b85 commit 1d2cb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ VOLUME /opt/wirecloud_instance/data
5858

5959
EXPOSE 8000
6060

61-
HEALTHCHECK CMD --interval=3s \
61+
HEALTHCHECK --interval=3s \
6262
CMD curl --fail http://localhost:8000/api/features || exit 1
6363

6464
ENTRYPOINT ["/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)