Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile, if anyone finds it useful... #115

Open
CThuleHansen opened this issue Mar 5, 2024 · 1 comment
Open

Dockerfile, if anyone finds it useful... #115

CThuleHansen opened this issue Mar 5, 2024 · 1 comment

Comments

@CThuleHansen
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant