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
-1
View File
@@ -1 +0,0 @@
node_modules
+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
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "osgreid",
"name": "osgrid-server",
"version": "1.0.0",
"description": "OSGB to lat,lng conversion",
"main": "index.js",