diff --git a/Dockerfile b/Dockerfile index 1f8720f..3bde1ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ WORKDIR /app # Копируем бинарник из builder stage COPY --from=builder /app/clip-service . +COPY --from=builder /app/.env . EXPOSE 50054