mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
build(docker): added Dockerfiles for local/prod (prod untested)
Also adds docker-compose.yml for development
This commit is contained in:
8
Dockerfile.local
Normal file
8
Dockerfile.local
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:12.18-alpine
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN yarn
|
||||
|
||||
CMD yarn dev
|
||||
Reference in New Issue
Block a user