1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-19 22:00:11 +01:00

Update Dockerfile-lite

fix for #526 Support for login in lite
This commit is contained in:
Anthony Stirling 2023-12-16 10:08:09 +00:00 committed by GitHub
parent b7d6ac2cc3
commit 78473e96fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,5 +50,5 @@ ENV DOCKER_ENABLE_SECURITY=false
# Run the application # Run the application
#USER stirlingpdfuser #USER stirlingpdfuser
ENTRYPOINT ["/scripts/init.sh"]
CMD ["java", "-jar", "/app.jar"] CMD ["java", "-jar", "/app.jar"]