docker
This commit is contained in:
+1
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user