Files
wehub-resource-sync 6d978fe483
Build / Frontend Build (push) Has been cancelled
Build / Backend Build (push) Has been cancelled
Build / Docker Build (push) Has been cancelled
Build / Kubernetes Deploy Smoke Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:24 +08:00

10 lines
86 B
Docker

FROM scratch
WORKDIR /
COPY bin/server /server
EXPOSE 9001
ENTRYPOINT ["/server"]