Copy setup_libs.sh to /app

This commit is contained in:
PCoder 2024-05-31 19:08:30 +05:30
parent 5ba9ee52ea
commit b918903fcf

View file

@ -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