feat: add JD01 YAML-first deployment support
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM oven/bun:1-alpine
|
||||
ARG ALPINE_REPOSITORY=
|
||||
RUN if [ -n "$ALPINE_REPOSITORY" ]; then printf '%s\n' "$ALPINE_REPOSITORY/main" "$ALPINE_REPOSITORY/community" > /etc/apk/repositories; fi
|
||||
RUN apk add --no-cache bash docker-cli docker-cli-compose openssh-client
|
||||
WORKDIR /app/src/components/provider-gateway
|
||||
COPY src/components/provider-gateway/package.json ./package.json
|
||||
|
||||
Reference in New Issue
Block a user