websoft9/docker/apphub/Dockerfiledev
2023-10-12 10:19:27 +08:00

4 lines
190 B
Plaintext

ARG APPHUB_VERSION
FROM websoft9dev/apphub:${APPHUB_VERSION} as buildstage
RUN mkdir -p /websoft9/src
RUN sed -i 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh