diff --git a/Dockerfile b/Dockerfile index bd10721..5d6cffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM nginx:latest RUN apt-get update && apt-get install -y nodejs npm