running out of ideas what to do

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