modified: src/Dockerfile

This commit is contained in:
TC
2023-11-02 22:49:28 +01:00
parent 93bc1e970c
commit 61ae04972d

View File

@@ -3,6 +3,7 @@ FROM $BUILD_FROM
RUN apk add --no-cache python3 RUN apk add --no-cache python3
RUN apk add --update py3-pip RUN apk add --update py3-pip
# Copy data for add-on # Copy data for add-on
COPY run.sh / COPY run.sh /
COPY requirements.txt / COPY requirements.txt /