Downgrade node version

This commit is contained in:
Paul Cager
2020-12-07 10:16:30 +00:00
parent 8f26eb5ccf
commit 800223a954
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
FROM node:15.3.0
FROM node:12.15.0
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm --version && node --version
RUN npm install
COPY . .
EXPOSE 9090