Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
There seem to be some Oracle licensing shenanigans going on with frol…
Browse files Browse the repository at this point in the history
…vlad's docker image
  • Loading branch information
scionaltera committed Jan 21, 2019
1 parent d9042e5 commit 5a53d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/docker/codebuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frolvlad/alpine-oraclejdk8:slim as build
FROM frolvlad/alpine-oraclejdk8-temporary:slim as build
MAINTAINER Peter Keeler <[email protected]>
WORKDIR /opt/build
COPY . /opt/build/
Expand All @@ -12,4 +12,4 @@ FROM frolvlad/alpine-oraclejre8:slim
MAINTAINER Peter Keeler <[email protected]>
EXPOSE 8080
COPY --from=build /opt/build/build/libs/agony-engine-*.jar /opt/mud/app.jar
CMD ["/usr/bin/java", "-jar", "/opt/mud/app.jar"]
CMD ["/usr/bin/java", "-jar", "/opt/mud/app.jar"]

1 comment on commit 5a53d9c

@scionaltera
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.