diff --git a/Dockerfile b/Dockerfile index f631e1b..a544ca5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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