reverting back to dockerfile build
This commit is contained in:
@@ -11,4 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
RUN mvn clean compile -P production package
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||
|
||||
EXPOSE 6950
|
||||
EXPOSE 8058
|
||||
|
||||
CMD ["java", "-Djava.awt.headless=true", "-Dspring.profiles.active=nflow.db.postgresql", "-jar", "/app/target/tm-0.0.1-RELEASE.jar"]
|
||||
|
||||
Reference in New Issue
Block a user