changed workdir to root

This commit is contained in:
Blair Vanderlugt 2021-02-22 09:51:00 -08:00
parent 3f2e0f5b2e
commit ec8e332a5a
1 changed files with 2 additions and 0 deletions

View File

@ -46,3 +46,5 @@ RUN cd cic-ussd && \
# copy config and migration files to definitive file so they can be referenced in path definitions for running scripts
COPY cic-ussd/.config/ /usr/local/etc/cic-ussd/
COPY cic-ussd/cic_ussd/db/migrations/ /usr/local/share/cic-ussd/alembic
WORKDIR /root