* This patch is just an excuse to mention that the docker registry has been updated
This commit is contained in:
parent
1b9c9869fc
commit
0215ab6ede
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@ -0,0 +1,9 @@
|
||||
target/
|
||||
api/dev/
|
||||
api/target/
|
||||
api/vids/
|
||||
api/thumbs/
|
||||
aws/
|
||||
gitpage/
|
||||
scripts/
|
||||
ts/
|
@ -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 .
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user