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
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"]
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: