Update Dockerfile, Passport-ActiveDirectory.js, package-lock.json, dpanel.js, index.js, and server.js
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-27 20:06:02 +01:00
parent 96466073a5
commit 1d456a588a
7 changed files with 307 additions and 34 deletions

View File

@@ -18,4 +18,6 @@ RUN [ ! -f user.json ] && echo '{}' > user.json || true
EXPOSE 5053
VOLUME /app/cdn-app-insider
CMD [ "npm", "start" ]