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