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 b3534ff commit 61b3c48Copy full SHA for 61b3c48
examples/practical-example/Dockerfile
@@ -18,4 +18,6 @@ RUN apt-get update && \
18
19
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
20
21
+EXPOSE 80
22
+
23
CMD ["/usr/bin/supervisord"]
0 commit comments