1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-11 17:51:03 +00:00
jumpserver/Dockerfile-ee
2023-10-16 13:30:51 +08:00

5 lines
203 B
Plaintext

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