push to 2.0.0
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 53m52s

This commit is contained in:
Sebastian Hugentobler 2024-10-23 10:59:35 +02:00
parent 50c31b93a6
commit cddf5597d6
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -99,4 +99,4 @@ ENV HOST=0.0.0.0
EXPOSE 9000
VOLUME ["/app/data"]
CMD ["python3", "mealie/main.py"]
CMD ["/py-pkgs/bin/python", "mealie/main.py"]