From ef7a77361120930241e3de83fdb1cfafa5fa68f4 Mon Sep 17 00:00:00 2001 From: Rathnaselvaraj <55542388+Rathnaselvaraj@users.noreply.github.com> Date: Thu, 19 Sep 2019 18:10:03 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec4c9871..9e34e67a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer "miiro@getintodevops.com" # set a health check HEALTHCHECK --interval=5s \ --timeout=5s \ - CMD curl -f http://127.0.0.1:8000 || exit 1 + CMD curl -f http://54.147.234.242:8080 || exit 1 # tell docker what port to expose -EXPOSE 8000 \ No newline at end of file +EXPOSE 8080