diff --git a/Dockerfile b/Dockerfile index 9964b7c2..028d3540 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN yarn global add @vue/cli COPY . /app RUN yarn build -FROM nginx:1.19.5-alpine +FROM nginx:1.19.6-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80