Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix remove empty entrypoint param
  • Loading branch information
klarkc authored Apr 1, 2020
commit ded5e8e99c8d0f3e2f95e10a42e77294ac827e62
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ WORKDIR /pwd
RUN yarn global add --prefix /usr/local "gitlab-time-tracker@$GTT_VERSION"

VOLUME ["/root", "/pwd"]
ENTRYPOINT ["gtt", ""]
ENTRYPOINT ["gtt"]
CMD ["--help"]