Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
fix: edit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiwanon Chomcharoen committed Oct 20, 2023
1 parent 018898e commit 5795a8c
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .travis.yml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ FROM gcr.io/distroless/base
COPY --from=builder /go/bin/autoauth /
VOLUME [ "/etc/autoauth" ]
COPY --from=builder /etc/autoauth/config.yaml /etc/autoauth/
CMD ["/opt/autoauth", "start", "-f /etc/autoauth/config.yaml"]
CMD ["/autoauth", "start", "-f /etc/autoauth/config.yaml"]
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified cmd/create.go
100755 → 100644
Empty file.
Empty file modified cmd/ps.go
100755 → 100644
Empty file.
Empty file modified cmd/root.go
100755 → 100644
Empty file.
Empty file modified cmd/start.go
100755 → 100644
Empty file.
Empty file modified cmd/stop.go
100755 → 100644
Empty file.
Empty file modified codecov.yml
100755 → 100644
Empty file.
Empty file modified internal/message/welcome.go
100755 → 100644
Empty file.
Empty file modified internal/process/process.go
100755 → 100644
Empty file.
Empty file modified internal/utils/detach.go
100755 → 100644
Empty file.
Empty file modified internal/utils/http_client.go
100755 → 100644
Empty file.
Empty file modified internal/utils/pwd.go
100755 → 100644
Empty file.
Empty file modified main.go
100755 → 100644
Empty file.
Empty file modified pkg/auth/auth.go
100755 → 100644
Empty file.
Empty file modified pkg/auth/auth_test.go
100755 → 100644
Empty file.
Empty file modified pkg/auth/preset.go
100755 → 100644
Empty file.

0 comments on commit 5795a8c

Please sign in to comment.