Skip to content

Commit

Permalink
Fix typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phoxwupsh committed Dec 23, 2024
1 parent e5e2e16 commit 4bbdab3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ RUN wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /us
COPY --from=builder /build/target/release/turto .

# copy config files
COPY config.toml ./config.toml
COPY help.toml ./help.toml
COPY templates.toml ./templates.toml
COPY .env ./.env
COPY config.toml.template ./config.toml
COPY help.toml.template ./help.toml
COPY templates.toml.template ./templates.toml
COPY .env.template ./.env

ENTRYPOINT ["/app/turto"]

0 comments on commit 4bbdab3

Please sign in to comment.