websoft9/docker/apphub/Dockerfiledev
qiaofeng1227 73e04efd4d rc
2023-10-16 15:14:43 +08:00

4 lines
208 B
Plaintext

ARG APPHUB_VERSION
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
RUN mv /websoft9/apphub /websoft9/apphub-dev
RUN sed -i 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh