aboutsummaryrefslogtreecommitdiff
path: root/deployment/portable/docker-build.sh
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-01-28Fix broken webserver caused by dotnet publish.Matt07211
This should be considered a temp fix, as it fixes the symptom and not the actual root cause of the issue. Why this works? I *feel like* this is a dependency issue and this change forces it to evalute dependencys in a different order, avoiding the bug.
2019-09-30Properly build DLL for porableJoshua Boniface
2019-09-26Remove redundant yarn build commandJoshua Boniface
2019-09-25Clean up web_build_dir in docker-build.shJoshua Boniface
2019-09-25Port Portable build to Docker and add web buildJoshua Boniface