mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
4 lines
No EOL
212 B
Text
4 lines
No EOL
212 B
Text
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 |