Skip to content

Conversation

ZakariaLamchanneq
Copy link

FROM maven:3.8.5-openjdk-17 # for Java 17

FROM maven:3.8.2-jdk-8

WORKDIR /bezkoder-app
COPY . .
RUN mvn clean install

CMD mvn spring-boot:run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant