This commit is contained in:
2023-04-18 17:17:27 +02:00
parent 3bb9646bc4
commit e6c9b21447
3 changed files with 8 additions and 10 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
# FROM alpine:3.14
FROM python:3-alpine
RUN apk add --no-cache --upgrade bash
@@ -17,5 +16,5 @@ RUN set -e; \
pip install -r requirements.txt; \
apk del .build-deps;
EXPOSE 80 8080
#EXPOSE 9090
ENTRYPOINT ["./start.sh"]