Files
jumpserver/Dockerfile-ee
2023-08-14 14:24:49 +08:00

5 lines
177 B
Plaintext

ARG VERSION
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
FROM jumpserver/core:${VERSION}
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack