mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
ARG APPHUB_VERSION
|
|
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
|
|
RUN mkdir -p /websoft9/apphub-dev
|
|
RUN sed -i 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh |