mirror of
https://github.com/sct/overseerr.git
synced 2025-10-01 16:04:27 +02:00

* fix: unhandled promise rejections * build(deps): bump node from 14.18 to 16.13 * fix: unhandled promise rejection in new Plex users endpoint * fix: build error Co-authored-by: Ryan Cohen <ryan@sct.dev>
9 lines
73 B
Docker
9 lines
73 B
Docker
FROM node:16.13-alpine
|
|
|
|
COPY . /app
|
|
WORKDIR /app
|
|
|
|
RUN yarn
|
|
|
|
CMD yarn dev
|