more databaseInfo.json stuff

This commit is contained in:
2021-12-06 17:53:31 +01:00
parent fcebddbe3f
commit b92df4beec
2 changed files with 5 additions and 1 deletions

View File

@ -41,6 +41,8 @@ RUN cd /tmp/work && ./generateAll.sh -k2c
# final container
FROM wollud1969/dotnetcore5sdk:1.0.0
ENV Database__InfoFile "/opt/service/config/databaseInfo.json"
RUN \
useradd -d /opt/service -m service && \
mkdir /opt/service/output && chown service:service /opt/service/output && \