Skip to content

Commit

Permalink
Add run.sh to the prod container.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Oct 18, 2016
1 parent 1f0ab30 commit 281a2ba
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 @@ -22,7 +22,7 @@ RUN pip install -r requirements.txt
COPY auslib/ /app/auslib/
COPY ui/ /app/ui/
COPY uwsgi/ /app/uwsgi/
COPY scripts/manage-db.py scripts/run-batch-deletes.sh /app/scripts/
COPY scripts/manage-db.py scripts/run-batch-deletes.sh scripts/run.sh /app/scripts/
COPY version.json /app/
RUN rm -rf /app/auslib/test

Expand Down

0 comments on commit 281a2ba

Please sign in to comment.