Skip to content

Commit bcdee82

Browse files
committed
bake sample-config into docker image so that we can run hello world without cloning
1 parent 7e7a507 commit bcdee82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
6666
COPY entrypoint.sh ./entrypoint.sh
6767
RUN chmod +x ./entrypoint.sh
6868

69+
COPY sample-config.json .
70+
6971
EXPOSE 3000
7072
ENV PORT=3000
7173
ENV HOSTNAME="0.0.0.0"

0 commit comments

Comments
 (0)