Systems-Modeling/SysML-v2-API-Services

Dockerfile, if anyone finds it useful...

CThuleHansen opened this issue · 1 comments

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"]

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