2 Commits

Author SHA1 Message Date
Alex "mcmonkey" Goodwin
20c9e84f4a dockerignore: copy gitignore 2023-10-26 12:58:01 -07:00
SurfingDoggo
4eb9bbcaee WIP Dockerizing StableSwarmUI (#88)
* adding Dockerfile based on dotnet debian

* supposedly have to change LaunchMode to none but it isn't working

* changing to my own repo for testing

* changing entroypoint to dotnet and readme command

* sed command to change settings to headless

* sed command fix, should have used gpt sooner but I wanted to figure it out myself

* sed global replacement and adding vim for now for troubleshooting in the container

* it seems dotnet publish is necessary for a headless server maybe

* dockerignore dotnet build

* trying dotnet publish

* output flag may have been deprecated in favor of dotnet publishdir flag

* troubleshooting dotnet, I have no idea what I'm doing am not dotnet developer

* adding helpful commands to readme

* script cp recursive, dash R gets me every time

* pulling dotnet base image to save some build time

* fixing cp command in script, duh

* absolute paths for cp command

* cp does not function the same I swear

* running cp twice since maybe the first time gets blown away, that or I'm re dumb

* cleaning up script

* dotnet publish self contained

* self contained true duh

* removing publishedreadytorun

* guess it needs the dependencies still

* trying dotnet's container creation tool

* trying dotnet's container creation tool in the docker script

* redundant as of new dockerfile in next commit

* adapting dockerfile to dotnet container support dockerfile

* making readme read-friendly

* docker run with host IP setting, working

* restoring FROM to dotnet debian 12 image

* readme instructions clarity

* add docker.sh launch script

---------

Co-authored-by: Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev>
2023-10-26 12:47:52 -07:00