Skip to content

Commit

Permalink
Reappend entrypoint permission modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Domin0de committed Jul 14, 2024
1 parent 0c17f44 commit dff8d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ COPY --from=builder /app/node_modules ./node_modules
# Copy bot files
COPY . .

RUN chmod +x entrypoint.sh

# Run bot
ENTRYPOINT [ "./entrypoint.sh" ]

0 comments on commit dff8d4b

Please sign in to comment.