Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BardOve committed Nov 16, 2023
1 parent d2a37c7 commit a9dcc41
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 @@ -8,4 +8,4 @@ RUN go build -o ./bin/github-backup ./cmd/github-backup/main.go

USER 150:150

CMD ["sh","-c","sleep 500 && ./bin/github-backup"]
CMD ["./bin/github-backup"]

0 comments on commit a9dcc41

Please sign in to comment.