FROM openjdk:17.0.2-oracle

ADD admin-website/target/admin-website-0.0.1-SNAPSHOT.jar .

CMD ["java","-jar","admin-website-0.0.1-SNAPSHOT.jar"]