Skip to content

Commit

Permalink
grant execution permissions on build binary in docker container
Browse files Browse the repository at this point in the history
Signed-off-by: lippoliv <[email protected]>

#13
  • Loading branch information
lippoliv committed Jan 8, 2024
1 parent ecaa5a4 commit abe1a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/assistant
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ ENV BILLBEE_PASSWORD=""
ENV BILLBEE_API_KEY=""

COPY src/assistant /assistant
RUN chmod +x /assistant

CMD /assistant

0 comments on commit abe1a65

Please sign in to comment.