Copy setup_libs.sh to /app
This commit is contained in:
parent
5ba9ee52ea
commit
b918903fcf
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ COPY . /build
|
||||||
|
|
||||||
# Copy code required for runtime to the /app folder.
|
# Copy code required for runtime to the /app folder.
|
||||||
RUN mkdir -p /app
|
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
|
#RUN curl -fsSLO https://deb.nodesource.com/setup_18.x && chmod +x setup_18.x && ./setup_18.x
|
||||||
|
|
Loading…
Reference in a new issue