reverting most useless attempts at trying to make this work

This commit is contained in:
Kikimanox
2022-08-31 18:34:51 +02:00
parent 8bd8567b98
commit 63099da8c9
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@ RUN pip3 install --no-cache-dir -r requirements.txt
COPY . /usr/src/app
EXPOSE 8080
EXPOSE 80
ENTRYPOINT ["python3"]