From 9adf762b89f9cf590619f80b525183947d9edd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Fri, 16 Dec 2022 21:53:38 +0100 Subject: [PATCH] wrong node in dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3332c50..6199b04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:16.10.0 +FROM node:latest WORKDIR /app COPY ./ ./ RUN npm install -CMD ["npm", "run", "start"] \ No newline at end of file +CMD ["npm", "run", "start"]