Skip to content

Commit

Permalink
GH-91 Change target directory of Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 28, 2020
1 parent 8680399 commit 521d5a8
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 @@ -20,5 +20,5 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
# Run stage
FROM openjdk:14-alpine
WORKDIR /app
COPY --from=build /app/target/reposilite-backend/reposilite*.jar reposilite.jar
COPY --from=build /app/reposilite-backend/target/reposilite*.jar reposilite.jar
ENTRYPOINT [ "java", "-Xmx128M", "-jar", "reposilite.jar"]

0 comments on commit 521d5a8

Please sign in to comment.