websoft9/docker/apphub/Dockerfiledev

6 lines
270 B
Plaintext
Raw Normal View History

2023-10-12 10:19:27 +08:00
ARG APPHUB_VERSION
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
2023-10-18 15:25:03 +08:00
RUN mkdir -p /websoft9/apphub-dev
COPY apphub/config/developer.sh /developer.sh
RUN chmod +x /developer.sh
2023-10-10 18:29:23 +08:00
RUN sed -i 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh