Skip to content

Commit

Permalink
Whoops, that's not a valid place to put a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 16, 2024
1 parent ea01696 commit 7cce0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 7cce0f2

Please sign in to comment.