Skip to content

Commit

Permalink
tgbotserver
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Nov 4, 2024
1 parent be64c6b commit 6a842dd
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 @@ -31,7 +31,7 @@ RUN apk add --no-cache tzdata
RUN apk add --no-cache gcompat && ln -s -f -v ld-linux-x86-64.so.2 /lib/libresolv.so.2
RUN mkdir -p /opt/tgzebot/

COPY --from=ghcr.io/shoce/tgbotserver /bin/tgbotserver /bin/tgbotserver
COPY --from=ghcr.io/shoce/tgbotserver:24.1104.0404 /bin/tgbotserver /bin/tgbotserver
COPY --from=build /root/tgzebot/ffmpeg /bin/ffmpeg
COPY --from=build /root/tgzebot/tgzebot /bin/tgzebot
RUN ls -l -a /bin/ffmpeg /bin/tgzebot
Expand Down

0 comments on commit 6a842dd

Please sign in to comment.