fixed missing file

This commit is contained in:
Rushil Umaretiya 2021-01-26 22:04:31 -05:00
parent 61a87e2b88
commit 4238805e71
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959

View File

@ -12,8 +12,6 @@ WORKDIR $APP_HOME
RUN apk update && apk add libpq postgresql-dev \
gcc python3-dev musl-dev libffi-dev
COPY ./docker-entrypoint.sh $APP_HOME
COPY . $APP_HOME
RUN pip install -r requirements.txt