Skip to content

Commit

Permalink
ensure executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 13, 2024
1 parent 6fe63d6 commit 8a7546c
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 @@ -2,4 +2,6 @@ FROM scratch

COPY build/native/nativeCompile/kstreamlined-backend /app/kstreamlined-backend

RUN chmod +x /app/kstreamlined-backend

ENTRYPOINT ["/app/kstreamlined-backend"]

0 comments on commit 8a7546c

Please sign in to comment.