We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7a507 commit bcdee82Copy full SHA for bcdee82
1 file changed
Dockerfile
@@ -66,6 +66,8 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
66
COPY entrypoint.sh ./entrypoint.sh
67
RUN chmod +x ./entrypoint.sh
68
69
+COPY sample-config.json .
70
+
71
EXPOSE 3000
72
ENV PORT=3000
73
ENV HOSTNAME="0.0.0.0"
0 commit comments