Node 14
This commit is contained in:
parent
baa9601db5
commit
175022f041
|
@ -1,4 +1,4 @@
|
|||
FROM node:alpine
|
||||
FROM node:14-alpine
|
||||
COPY . /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
RUN npm install --no-cache
|
||||
|
|
Loading…
Reference in New Issue