5 lines
74 B
Docker
5 lines
74 B
Docker
FROM fallenbagel/jellyseerr:latest
|
|
|
|
COPY public/ /app/public
|
|
|
|
EXPOSE 5055
|