mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:12:59 +08:00
4 lines
212 B
Plaintext
4 lines
212 B
Plaintext
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 |