diff --git a/Dockerfile b/Dockerfile index 7e3536a..5cfde9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN yarn install RUN yarn build -FROM nginx:lts +FROM nginx:stable WORKDIR /usr/share/nginx/html