This commit is contained in:
2023-11-08 18:33:49 +01:00
parent 0eace0be7c
commit 4ea8a3688b
3 changed files with 1 additions and 16 deletions

View File

@ -22,7 +22,6 @@ RUN \
RUN \
mkdir -p ${APP_DIR} && \
mkdir -p ${CONF_DIR} && \
useradd -d ${APP_DIR} -u 1000 user
COPY ./src/pv_controller/*.py ${APP_DIR}/