mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Update dockerfile to node 14
This commit is contained in:
parent
66cd88d4c2
commit
4d8526c24d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:12.22.1
|
||||
FROM node:14
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
|
|
Loading…
Reference in a new issue