From 5e012701535487d250602c04cde4328db16c7498 Mon Sep 17 00:00:00 2001 From: fjeannot Date: Wed, 9 Feb 2022 19:25:13 +0100 Subject: [PATCH] fix NodeJS version in Dockerfile --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7630b5c..a1f4ffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts +FROM node:14 MAINTAINER Piero Toffanin EXPOSE 3000 diff --git a/README.md b/README.md index c9b3bc7..8e5269c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The program has been battle tested on the [WebODM Lightning Network](https://web ## Installation -The only requirement is a working installation of [NodeJS](https://nodejs.org). +The only requirement is a working installation of [NodeJS](https://nodejs.org) 14 or earlier (ClusterODM has compatibility issues with NodeJS 16 and later). ```bash git clone https://github.com/OpenDroneMap/ClusterODM