From b918903fcf475a7e2adeb413200b88d0d3118e38 Mon Sep 17 00:00:00 2001 From: PCoder Date: Fri, 31 May 2024 19:08:30 +0530 Subject: [PATCH] Copy setup_libs.sh to /app --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e48bf7b..ca4358a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ COPY . /build # Copy code required for runtime to the /app folder. RUN mkdir -p /app -RUN cp -r publichealth feedler yarn.lock manage.py package.json Gruntfile.js /app/ +RUN cp -r publichealth feedler yarn.lock manage.py package.json Gruntfile.js setup_libs.sh /app/ #RUN curl -fsSLO https://deb.nodesource.com/setup_18.x && chmod +x setup_18.x && ./setup_18.x