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

Commit

Permalink
deploy to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 6, 2019
1 parent b5e964a commit 2f1a751
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:8-jdk-alpine as build
FROM openjdk:14-jdk-alpine as build
WORKDIR /app
COPY --from=clone /app/Ara-Server /app
RUN ./gradlew build
Expand Down

0 comments on commit 2f1a751

Please sign in to comment.