0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-02-23 10:26:19 +00:00
Fernando Fernández 0a2a46ac90 chore: organize file structure
* Move all packaging-related stuff into a subdirectory
* Remove workspace defaulting to `frontend` directory. Now users
must `cd` in the frontend directory themselves.
2023-10-24 10:03:12 +00:00

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