From 84058c673d7edf584720f5b50a8f4ab5160115c0 Mon Sep 17 00:00:00 2001 From: Daniel Thorn Date: Tue, 17 Oct 2017 13:46:57 -0700 Subject: [PATCH] Add another missing script to docker container (#434). r=bhearsum --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ca6959cc5..50a1d3708c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get install -q --yes gcc && \ COPY auslib/ /app/auslib/ COPY ui/ /app/ui/ COPY uwsgi/ /app/uwsgi/ -COPY scripts/manage-db.py scripts/run-batch-deletes.sh scripts/run.sh scripts/reset-stage-db.sh /app/scripts/ +COPY scripts/manage-db.py scripts/run-batch-deletes.sh scripts/run.sh scripts/reset-stage-db.sh scripts/get-prod-db-dump.py /app/scripts/ COPY version.json /app/ WORKDIR /app