mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
3 lines
159 B
Plaintext
3 lines
159 B
Plaintext
FROM websoft9dev/apphub:0.0.5 as buildstage
|
|
RUN mkdir -p /websoft9/src
|
|
RUN sed -i 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh |