create cronicle user at build

This commit is contained in:
2022-12-29 23:49:45 +00:00
parent bfd684f06f
commit d1c1cfd46f
2 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,8 @@ RUN chmod +x /run.sh
RUN mkdir /config
RUN adduser --disabled-password --no-create-home cronicle
#RUN ln -sf /dev/stdout /opt/cronicle/logs/Cronicle.log
EXPOSE 3012