Skip to content

Commit dff8d4b

Browse files
committed
Reappend entrypoint permission modification
1 parent 0c17f44 commit dff8d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ COPY --from=builder /app/node_modules ./node_modules
2121
# Copy bot files
2222
COPY . .
2323

24+
RUN chmod +x entrypoint.sh
25+
2426
# Run bot
2527
ENTRYPOINT [ "./entrypoint.sh" ]

0 commit comments

Comments
 (0)