Add feedler module to the app folder
This commit is contained in:
parent
6e835a10e6
commit
9863959d88
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ COPY . /build
|
|||
|
||||
# Copy code required for runtime to the /app folder.
|
||||
RUN mkdir /app
|
||||
RUN cp -r publichealth yarn.lock manage.py /app/
|
||||
RUN cp -r publichealth feedler yarn.lock manage.py /app/
|
||||
|
||||
# Collect static data into /app/static.
|
||||
RUN . /venv/bin/activate && \
|
||||
|
|
Loading…
Reference in a new issue