Skip to content

Commit acb6297

Browse files
authored
Merge pull request #534 from Segelzwerg/533-bug-missing-permissions-entrypoint
FIX: Make entrypoint.sh executable
2 parents 5f37c3b + 5f38191 commit acb6297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ WORKDIR /app
2828
COPY --from=builder /app .
2929

3030
EXPOSE 8000
31+
RUN chmod +x /app/entrypoint.sh
3132
ENTRYPOINT ["/app/entrypoint.sh"]

0 commit comments

Comments
 (0)