mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 21:14:27 +02:00
9 lines
73 B
Docker
9 lines
73 B
Docker
FROM node:14.17-alpine
|
|
|
|
COPY . /app
|
|
WORKDIR /app
|
|
|
|
RUN yarn
|
|
|
|
CMD yarn dev
|