add service
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m26s

This commit is contained in:
vallyenfail
2026-01-18 00:33:27 +03:00
parent 261f0c0b92
commit e7e9d620b8

View File

@@ -20,7 +20,7 @@ WORKDIR /root/
COPY --from=builder /app/server . COPY --from=builder /app/server .
COPY --from=builder /app/migrations ./migrations COPY --from=builder /app/migrations ./migrations
RUN mkdir -p ./config COPY --from=builder /app/config/boot.yaml ./config/boot.yaml
EXPOSE 9091 EXPOSE 9091