mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-04 02:30:16 -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 \
|
||||
gcc python3-dev musl-dev libffi-dev
|
||||
|
||||
COPY ./docker-entrypoint.sh $APP_HOME
|
||||
|
||||
COPY . $APP_HOME
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user