diff --git a/Dockerfile b/Dockerfile index 06ae8aa..0a25af6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN npm run build FROM nginx:alpine # Копируем собранные файлы из предыдущего этапа -COPY --from=builder /app/dist /usr/share/nginx/html +# COPY --from=builder /app/dist /usr/share/nginx/html # Копируем конфигурацию nginx COPY nginx.conf /etc/nginx/conf.d/default.conf