Skip to content

Commit

Permalink
Add chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Oct 22, 2021
1 parent c31b85b commit f837b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gradle:7.2-jdk11 as builder
WORKDIR /usr/src/newslist
COPY . .
RUN ./gradlew build
RUN chmod +x ./gradlew && ./gradlew build

FROM azul/zulu-openjdk-alpine:11
RUN addgroup -S spring && adduser -S spring -G spring
Expand Down

0 comments on commit f837b2e

Please sign in to comment.