From 9aa914fb0030ea7f7bb4bc75c075861ca636eee9 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Wed, 22 Jul 2020 06:40:46 -0400 Subject: [PATCH] Update Dockerfile Updating to the latest discord.py --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c594823..6cc2c2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ RUN apk update && apk add gcc libc-dev make git libffi-dev openssl-dev python3-d ENV LISTEN_PORT 5001 EXPOSE 5001 COPY ./app /app -RUN pip install -r requirements.txt +RUN pip install -Ur requirements.txt ENV STATIC_PATH /app/app/static