Skip to content

Commit

Permalink
Remove the stupid if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 23, 2024
1 parent 1fcde41 commit e3cb852
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 @@ -11,7 +11,7 @@ RUN apt update
RUN apt install -y python3 python3-pip libssl-dev build-essential python3-dev nodejs
RUN cp -n config.example.toml config.toml
RUN deno install --allow-scripts
RUN if [ -z "$SEO" ]; then deno task build; else deno task build:seo; fi
RUN deno task build
RUN export TERM=xterm-256color
ENV PORT="8000"
VOLUME /app
Expand Down

0 comments on commit e3cb852

Please sign in to comment.