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

Commit

Permalink
testing docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 6, 2019
1 parent 2f1a751 commit fded500
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 @@ -3,7 +3,7 @@ WORKDIR /app
RUN git clone https://github.com/FultonBrowne/Ara-Server.git


FROM openjdk:14-jdk-alpine as build
FROM openjdk:12-jdk-alpine as build
WORKDIR /app
COPY --from=clone /app/Ara-Server /app
RUN ./gradlew build
Expand Down

0 comments on commit fded500

Please sign in to comment.