mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-29 19:08:31 +00:00
* Move all packaging-related stuff into a subdirectory * Remove workspace defaulting to `frontend` directory. Now users must `cd` in the frontend directory themselves.
268 B
268 B
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