Skip to content

Commit

Permalink
Use java 11 and the copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Nov 17, 2023
1 parent 84692a8 commit 704d91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oidc-playground-client/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
ADD ./build/ /var/www/
COPY ./build/ /var/www/
2 changes: 1 addition & 1 deletion oidc-playground-server/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM eclipse-temurin:17-jdk-alpine
FROM eclipse-temurin:11-jdk-alpine
COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 704d91d

Please sign in to comment.