Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
may have fixed docker issue - again
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 7, 2019
1 parent e42b7c4 commit c98b486
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 @@ -8,7 +8,7 @@ WORKDIR /app
COPY --from=clone /app/Ara-Server /app
RUN ./gradlew build

FROM openjdk:12-jre-alpine
FROM openjdk:11.0-jre
WORKDIR /app
COPY --from=build /app/bin/jar /app
EXPOSE 80
Expand Down

0 comments on commit c98b486

Please sign in to comment.