SysML-v2-API-Services icon indicating copy to clipboard operation
SysML-v2-API-Services copied to clipboard

Dockerfile, if anyone finds it useful...

Open CThuleHansen opened this issue 1 year ago • 1 comments
trafficstars

Hi, I do not know if this has any value for you, but I created a dockerfile for it. If there is interest, then I also have some files for installing a postgres and creating a docker network between the postgres and the sysml-v2-api-services.

FROM sbtscala/scala-sbt:graalvm-ce-22.3.3-b1-java11_1.9.8_3.3.1
WORKDIR /app
COPY ./ /app

RUN sbt clean && sbt compile
EXPOSE  9000
CMD ["sbt","run"]

CThuleHansen avatar Mar 05 '24 08:03 CThuleHansen

More information posted in the sysmlv2 google group https://groups.google.com/g/sysml-v2-release/c/SQaEwsgDcwk/m/U8skf2gEBgAJ

CThuleHansen avatar Mar 05 '24 15:03 CThuleHansen