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 7281315 commit 465edaf
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 @@ -16,7 +16,7 @@ RUN go build -o tgState main.go \

FROM ubuntu:latest

COPY repo /tmp/
COPY repo /tmp/repo
COPY install-cert.sh /tmp/install-cert.sh

RUN chmod +x /tmp/install-cert.sh
Expand Down

0 comments on commit 465edaf

Please sign in to comment.