diff --git a/Dockerfile b/Dockerfile index d788ce1..b532e22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY package.json ./ COPY yarn.lock ./ RUN yarn install COPY . . -RUN yarn build +RUN yarn generate FROM nginx:alpine COPY --from=build /app/dist /usr/share/nginx/html