This commit is contained in:
Wolfgang Hottgenroth 2022-11-22 21:28:51 +01:00
parent 1e4aadd602
commit 102a3c1cb2
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -19,7 +19,7 @@ RUN \
mkdir -p ${CONF_DIR} && \
useradd -d ${APP_DIR} -u 1000 user
COPY src/*.py ${APP_DIR}/
COPY ./src/*.py ${APP_DIR}/
COPY config.ini ${CONF_DIR}/
USER 1000:1000