Skip to content
Snippets Groups Projects
Commit f390be01 authored by Fakhri Mahendra's avatar Fakhri Mahendra
Browse files

fix: soapservice not run in other devices

parent 0e60f6b8
Branches
No related merge requests found
FROM maven:3.9.2-amazoncorretto-8
WORKDIR /app
COPY . .
#RUN mvn clean compile assembly:single
RUN mvn clean compile assembly:single
ENTRYPOINT ["bash", "./scripts/init_server.sh"]
#ARG JAR_FILE=target/*.jar
#RUN java -jar ${JAR_FILE}
\ No newline at end of file
# ARG JAR_FILE=target/*.jar
# RUN java -jar ${JAR_FILE}
\ No newline at end of file
mvn clean compile assembly:single
# mvn clean compile assembly:single -e
sleep 10
java -jar target/*.jar
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment