set permissions to 1000 at build

This commit is contained in:
2023-05-27 21:58:31 +00:00
parent 90910f9fdf
commit 877e98eff7
2 changed files with 5 additions and 4 deletions

View File

@ -52,7 +52,8 @@ RUN npm install && \
COPY root/ /
RUN chmod +x /cronicle-prepare.sh && \
chmod +x /container-init.sh
chmod +x /container-init.sh && \
chown -R ${PUID}:${PGID} /app /config
EXPOSE 3012