bake sample-config into docker image so that we can run hello world without cloning

This commit is contained in:
msukkari 2024-09-24 20:56:51 -07:00
parent 7e7a5074e0
commit bcdee823ac

View file

@ -66,6 +66,8 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY entrypoint.sh ./entrypoint.sh
RUN chmod +x ./entrypoint.sh
COPY sample-config.json .
EXPOSE 3000
ENV PORT=3000
ENV HOSTNAME="0.0.0.0"