Skip to content

Commit

Permalink
Simple copy paste doesn't work on windows, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jan 28, 2021
1 parent eac38af commit 5326a96
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
Expand Up @@ -2,7 +2,7 @@ FROM adoptopenjdk/openjdk15-openj9 as builder

COPY . .

RUN ./gradlew --no-deamon installDist
RUN ./gradlew --no-daemon installDist

FROM adoptopenjdk/openjdk15-openj9

Expand Down

0 comments on commit 5326a96

Please sign in to comment.