diff --git a/Dockerfile b/Dockerfile index dbce0cf..59a2a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from node:13 +from node:14 workdir /app copy . /app