Skip to content

Commit 44fdc42

Browse files
committed
fix: add chmod +x mvnw and fix git executable bit for Railway Docker build
1 parent 8c06e86 commit 44fdc42

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ WORKDIR /app
99
COPY mvnw pom.xml ./
1010
COPY .mvn .mvn
1111

12+
# Fix execute permission (lost when committed from Windows)
13+
RUN chmod +x mvnw
14+
1215
# Download dependencies (cached layer)
1316
RUN ./mvnw dependency:go-offline -B
1417

mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)