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

Added Docker build file #59

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

Conversation

0xStuart
Copy link

For those of us that want to avoid dependency problems, and use docker, here is a simple build file.

docker build -t stablestudio .
docker run -it --rm -p 3000:3000 --name stablestudio stablestudio

Suggest this gets added to the build process, and stored in GitHubs Docker repo. Then no need for users to build it.

@SeriousM
Copy link

You could add EXPOSE 3000 so that docker-tools can map it in their UI. I don't use them but plenty of users do.

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.

None yet

2 participants