Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann0617 committed Jan 22, 2024
1 parent aa427a4 commit 4ba3e1a
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 @@ -19,7 +19,7 @@ FROM ubuntu:latest
COPY repo /tmp/
COPY install-cert.sh /tmp/install-cert.sh

RUN sh /tmp/install-cert.sh
RUN chmod +x /tmp/install-cert.sh && /tmp/install-cert.sh

COPY --from=build /app/tgState /app/tgState

Expand Down

0 comments on commit 4ba3e1a

Please sign in to comment.