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