mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-09 21:20:15 -04:00
fixed missing file
This commit is contained in:
parent
61a87e2b88
commit
4238805e71
|
@ -12,8 +12,6 @@ WORKDIR $APP_HOME
|
||||||
RUN apk update && apk add libpq postgresql-dev \
|
RUN apk update && apk add libpq postgresql-dev \
|
||||||
gcc python3-dev musl-dev libffi-dev
|
gcc python3-dev musl-dev libffi-dev
|
||||||
|
|
||||||
COPY ./docker-entrypoint.sh $APP_HOME
|
|
||||||
|
|
||||||
COPY . $APP_HOME
|
COPY . $APP_HOME
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user