0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-02-23 01:06:27 +00:00
Fernando Fernández 1f8aed8c0c chore(docker): trim more the image, always run setup (#2491)
This allows to simplify the custom entrypoints command a little bit
2024-11-06 22:51:07 +00:00
..
2023-10-24 10:03:12 +00:00

This Dockerfile must have it's context at the root of the repository. From this folder:

docker build ../.. -t your/tag -f Dockerfile

Alternatively, with the shell at the root of this repository:

docker build . -t your/tag -f packaging/docker/Dockerfile