backend-ai-gateway (c08c5ef)
Published 2026-05-01 13:52:20 +00:00 by wesley
Installation
docker pull git.edge.capetown/school/backend-ai-gateway:c08c5efsha256:fc89b4a7f9ea0316b53d3717f95a64a2bc1866d7fc0daf32b172a1d5c0a10549Image layers
| ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN apk add --no-cache ca-certificates tzdata && addgroup -S -g 1000 app && adduser -S -u 1000 -G app app |
| COPY --from=build /go/bin/goose /usr/local/bin/goose |
| COPY --from=build /out/app /app |
| COPY services/${SERVICE}/ /tmp/svc/ |
| RUN mkdir -p /migrations && if [ -d /tmp/svc/migrations ]; then cp -a /tmp/svc/migrations/. /migrations/ 2>/dev/null || true; fi && rm -rf /tmp/svc |