StableStudio icon indicating copy to clipboard operation
StableStudio copied to clipboard

Added Docker build file

Open 0xStuart opened this issue 1 year ago • 1 comments

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.

0xStuart avatar May 22 '23 20:05 0xStuart

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.

SeriousM avatar May 23 '23 05:05 SeriousM