* This patch is just an excuse to mention that the docker registry has been updated

This commit is contained in:
shockrah 2021-10-23 00:15:20 -07:00
parent 1b9c9869fc
commit 0215ab6ede
3 changed files with 11 additions and 1 deletions

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
target/
api/dev/
api/target/
api/vids/
api/thumbs/
aws/
gitpage/
scripts/
ts/

View File

@ -15,3 +15,4 @@ cp api/templates/ build/ -r
cp api/static/ build -r
bash ./scripts/default-rocket-toml.sh
docker build -t registry.gitlab.com/shockrah/clippable .

View File

@ -2,7 +2,7 @@
echo Copying in default configuration for web server
cat << EOF > build/Rocket.toml
[production]
[release]
address = "0.0.0.0"
port = 8482
keep_alive = 5