client+server: normalize trailing newlines
This commit is contained in:
parent
4f46619b91
commit
c0d0c4c894
8 changed files with 5 additions and 8 deletions
|
@ -27,4 +27,3 @@
|
|||
display: none
|
||||
form
|
||||
width: auto
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@
|
|||
display: none
|
||||
form
|
||||
width: auto
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ sed -i "s|__BASEURL__|${BASE_URL:-/}|g" \
|
|||
/var/www/manifest.json
|
||||
|
||||
# Start server
|
||||
exec nginx
|
||||
exec nginx
|
||||
|
|
|
@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
|
|||
if git describe --exact-match --abbrev=0 2> /dev/null; then
|
||||
add_tag "${CLOSEST_MAJOR_VER}"
|
||||
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -19,4 +19,3 @@ MOUNT_DATA=/var/local/szurubooru/data
|
|||
|
||||
# Directory to store database files
|
||||
MOUNT_SQL=/var/local/szurubooru/sql
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ Dockerfile
|
|||
hooks/
|
||||
|
||||
# User configured config file
|
||||
config.yaml
|
||||
config.yaml
|
||||
|
|
|
@ -5,4 +5,4 @@ cd /opt/app
|
|||
alembic upgrade head
|
||||
|
||||
echo "Starting szurubooru API on port ${PORT}"
|
||||
exec waitress-serve-3 --port ${PORT} szurubooru.facade:app
|
||||
exec waitress-serve-3 --port ${PORT} szurubooru.facade:app
|
||||
|
|
|
@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
|
|||
if git describe --exact-match --abbrev=0 2> /dev/null; then
|
||||
add_tag "${CLOSEST_MAJOR_VER}"
|
||||
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue