mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
373fbba63c
Added entrypoint to Docker image Fixed issues with CORS when behind reverse-proxy Added APP_URL environment variable
3 lines
247 B
Plaintext
3 lines
247 B
Plaintext
1. Run production build
|
|
2. Run docker build in root dir: docker buildx build --platform linux/arm64/v8,linux/amd64 -f docker/Dockerfile --tag grimsi/gameyfin:<TAG> .
|
|
2.1 If you want to push the image to a registry, add --push to the command above. |