From 7cce0f227160622d2259994a49035bad42206bde Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Mon, 16 Dec 2024 05:57:22 -0700 Subject: [PATCH] Whoops, that's not a valid place to put a comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]