Skip to content

Commit

Permalink
Remove dead script from Dockerfile. (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Sep 18, 2019
1 parent a28adac commit 8ea6cc4
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 @@ -28,7 +28,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 scripts/get-prod-db-dump.py scripts/releases-history-to-gcs.py /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
Expand Down

0 comments on commit 8ea6cc4

Please sign in to comment.