Skip to content

add Dockefile to run in a container #529

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jakob1379
Copy link

adding a Dockerfile allows for building a and pushing dockerimages which makes spinning up the viewer easier.

Build with

docker build -t online3dviewer:local .

and run with

docker run --rm -p 8080:8080 online3dviewer:local

@jakob1379
Copy link
Author

I know documentation is not added, but I am unsure where you would like it to go.

It would be nice to be able to add docker run --rm -p 8080:8080 online3dviewer:latest if it was hosted on something like dockerhub or just on github

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

Successfully merging this pull request may close these issues.

1 participant