websoft9/source/docker/apphub/Dockerfiledev

4 lines
212 B
Plaintext
Raw Normal View History

2023-11-24 08:40:42 +08:00
ARG APPHUB_VERSION
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
RUN mkdir -p /websoft9/apphub-dev
RUN sed -i '/supervisorctl start apphub/c\supervisorctl start apphubdev' /websoft9/script/entrypoint.sh