mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
![renovate[bot]](/assets/img/avatar_default.png)
* chore(deps): update node.js to v16.17 * chore(deps): also bump node.js in snapcraft.yaml Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
9 lines
73 B
Docker
9 lines
73 B
Docker
FROM node:16.17-alpine
|
|
|
|
COPY . /app
|
|
WORKDIR /app
|
|
|
|
RUN yarn
|
|
|
|
CMD yarn dev
|