diff --git a/Dockerfile b/Dockerfile index e8455afe..5f4ae943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.0-alpine as builder +FROM node:16.17.0-alpine AS builder WORKDIR /app COPY ./package.json . COPY ./yarn.lock . @@ -14,4 +14,4 @@ WORKDIR /usr/share/nginx/html RUN rm -rf ./* COPY --from=builder /app/dist . EXPOSE 80 -ENTRYPOINT ["nginx", "-g", "daemon off;"] \ No newline at end of file +ENTRYPOINT ["nginx", "-g", "daemon off;"]