You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
# [optimization] I am copying just the pom.xml file using the COPY instruction. Why? Because this file has a smaller rate of change compared to the .java project files.
COPY pom.xml .
# go-offline using the pom.xml
RUN mvn dependency:go-offline
COPY ./src ./src
# compile the source code, package it in a war file + generate server in target/server