Update Dockerfile

not compiling because node was to old
This commit is contained in:
Julian Turner 2021-10-23 11:12:25 +02:00 committed by GitHub
parent 112937d694
commit 925f5cd527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:10
FROM node:14.15
RUN mkdir /project
WORKDIR /project