websoft9/docker/apphub/Dockerfiledev

4 lines
212 B
Text
Raw Normal View History

2023-10-12 02:19:27 +00:00
ARG APPHUB_VERSION
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
2023-10-18 07:25:03 +00:00
RUN mkdir -p /websoft9/apphub-dev
2023-10-27 02:41:24 +00:00
RUN sed -i '/supervisorctl start apphub/c\supervisorctl start apphubdev' /websoft9/script/entrypoint.sh