We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc532d2 commit e4f399fCopy full SHA for e4f399f
README.md
@@ -249,7 +249,7 @@ supervisord is compiled inside a Docker image to be used directly inside another
249
250
```Dockerfile
251
FROM debian:latest
252
-COPY --from=ochinchina/supervisord:latest /usr/local/bin/supervisord /usr/local/bin/supervisord
+COPY --from=laoshancun/supervisord:latest /usr/local/bin/supervisord /usr/local/bin/supervisord
253
CMD ["/usr/local/bin/supervisord"]
254
```
255
0 commit comments