diff --git a/Dockerfile b/Dockerfile index 4d05c58..fd3b152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10 +FROM node:latest WORKDIR /usr/src/app COPY ./ ./ RUN sed -i '1i\' ./public/index.html