From 3fffb53ee90e1782f5092b192f112c3192304f62 Mon Sep 17 00:00:00 2001 From: 7go4bs9h <128628912+7go4bs9h@users.noreply.github.com> Date: Sun, 27 Aug 2023 00:54:44 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1db855..6cd5755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,9 @@ WORKDIR /appclient RUN apk add --no-cache git -COPY . /appclient/ - RUN \ - # echo "**** Cloning Source Code ****" && \ - # git clone https://github.com/rogerfar/rdt-client.git . && \ + echo "**** Cloning Source Code ****" && \ + git clone https://github.com/rogerfar/rdt-client.git . && \ cd client && \ echo "**** Building Code ****" && \ npm ci && \ @@ -94,4 +92,4 @@ EXPOSE 6500 VOLUME [ "/data" ] # Check Status -HEALTHCHECK --interval=30s --timeout=30s --start-period=30s --retries=3 CMD curl --fail http://localhost:6500 || exit \ No newline at end of file +HEALTHCHECK --interval=30s --timeout=30s --start-period=30s --retries=3 CMD curl --fail http://localhost:6500 || exit