v.0.0.1 Создан сервис клипов
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
admin 2025-09-02 21:02:21 +03:00
parent 210b39ba0d
commit 10466568d4

View File

@ -29,6 +29,7 @@ WORKDIR /app
# Копируем бинарник из builder stage # Копируем бинарник из builder stage
COPY --from=builder /app/clip-service . COPY --from=builder /app/clip-service .
COPY --from=builder /app/.env .
EXPOSE 50054 EXPOSE 50054