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