mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
3 lines
No EOL
159 B
Text
3 lines
No EOL
159 B
Text
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 |