Files
ai-ops/Dockerfile.podman-local

7 lines
111 B
Docker
Raw Permalink Normal View History

2026-05-12 17:47:32 +08:00
FROM alpine:3.19
WORKDIR /app
COPY ai-ops .
COPY config.podman.yaml ./config.yaml
EXPOSE 8080
CMD ["./ai-ops"]