Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix the name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Apr 30, 2024
1 parent b4f4721 commit d84fc8f
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 @@ -7,4 +7,4 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build --ldflags '-extldflags=-stati
FROM alpine:3.19.1
COPY --from=build /app/delete-from-enterprise /app/
COPY /template /template
ENTRYPOINT ["/app/github-users"]
ENTRYPOINT ["/app/delete-from-enterprise"]

0 comments on commit d84fc8f

Please sign in to comment.