diff --git a/Dockerfile b/Dockerfile index 5a26a1f..b443d30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \