mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
6 lines
270 B
Plaintext
6 lines
270 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 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh |