diff --git a/Dockerfile b/Dockerfile index c92a13ecd..383117f4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN cp -n config.example.toml config.toml RUN deno install --allow-scripts RUN deno task build RUN export TERM=xterm-256color -ENV PORT="8000" # this is to make sure it's set at 8000. +ENV PORT="8000" VOLUME /app EXPOSE 8000 ENTRYPOINT ["deno", "task"]