websoft9/source/docker/apphub/Dockerfiledev
zhaojing1987 cba08aa047 update
2023-10-19 11:36:31 +08:00

6 lines
269 B
Plaintext

ARG APPHUB_VERSION
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
RUN mkdir -p /websoft9/apphub-dev
COPY apphub/config/developer.sh /developer.sh
RUN chmod +x /developer.sh
RUN sed -i '/supervisorctl start apphub/c\supervisorctl start apphubdev' /entrypoint.sh