mirror of
https://github.com/stevenhowes/osgrid-server.git
synced 2026-05-26 15:53:42 +01:00
Downgrade node version
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
node_modules
|
|
||||||
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
FROM node:15.3.0
|
FROM node:12.15.0
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
RUN npm --version && node --version
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "osgreid",
|
"name": "osgrid-server",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "OSGB to lat,lng conversion",
|
"description": "OSGB to lat,lng conversion",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user