mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-08 18:47:36 +00:00
6 lines
270 B
Docker
6 lines
270 B
Docker
ARG REGISTRY_PREFIX
|
|
ARG ABSTRACTO_VERSION
|
|
FROM ${REGISTRY_PREFIX}abstracto-rest-api-image-gen:${ABSTRACTO_VERSION:-latest} AS image-gen-api
|
|
|
|
FROM ${REGISTRY_PREFIX}abstracto-rest-api:${ABSTRACTO_VERSION:-latest} AS running-image
|
|
COPY --from=image-gen-api /python /python |