Skip to content

Commit

Permalink
add missing script to docker container (#431). r=bhearsum
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored and bhearsum committed Oct 17, 2017
1 parent 1c4d62b commit e03b25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /app/scripts/
COPY scripts/manage-db.py scripts/run-batch-deletes.sh scripts/run.sh scripts/reset-stage-db.sh /app/scripts/
COPY version.json /app/

WORKDIR /app
Expand Down

0 comments on commit e03b25f

Please sign in to comment.