Docker Compose: Set pull policy to always
All checks were successful
CVE Scan & Docker Build / security-scan (push) Successful in 53s
CVE Scan & Docker Build / build-and-push (push) Successful in 43s

This commit is contained in:
2026-05-03 20:06:38 -04:00
parent 72bd4b381d
commit d84f0e548b
2 changed files with 3 additions and 1 deletions

View File

@@ -90,6 +90,5 @@ RUN groupadd --gid 1000 mnemosyne \
USER mnemosyne
# The compose file overrides this per service. Default = Django web.
EXPOSE 8000 22091
ENTRYPOINT ["entrypoint.sh"]
CMD ["web"]