This commit is contained in:
Hexagon 2021-10-02 22:00:50 +02:00
parent baa9601db5
commit 175022f041
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14-alpine
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN npm install --no-cache