client+server: normalize trailing newlines

This commit is contained in:
Shyam Sunder 2020-06-05 10:54:32 -04:00
parent 4f46619b91
commit c0d0c4c894
8 changed files with 5 additions and 8 deletions

View file

@ -27,4 +27,3 @@
display: none display: none
form form
width: auto width: auto

View file

@ -27,4 +27,3 @@
display: none display: none
form form
width: auto width: auto

View file

@ -8,4 +8,4 @@ sed -i "s|__BASEURL__|${BASE_URL:-/}|g" \
/var/www/manifest.json /var/www/manifest.json
# Start server # Start server
exec nginx exec nginx

View file

@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
if git describe --exact-match --abbrev=0 2> /dev/null; then if git describe --exact-match --abbrev=0 2> /dev/null; then
add_tag "${CLOSEST_MAJOR_VER}" add_tag "${CLOSEST_MAJOR_VER}"
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}" add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
fi fi

View file

@ -19,4 +19,3 @@ MOUNT_DATA=/var/local/szurubooru/data
# Directory to store database files # Directory to store database files
MOUNT_SQL=/var/local/szurubooru/sql MOUNT_SQL=/var/local/szurubooru/sql

View file

@ -11,4 +11,4 @@ Dockerfile
hooks/ hooks/
# User configured config file # User configured config file
config.yaml config.yaml

View file

@ -5,4 +5,4 @@ cd /opt/app
alembic upgrade head alembic upgrade head
echo "Starting szurubooru API on port ${PORT}" 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

View file

@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
if git describe --exact-match --abbrev=0 2> /dev/null; then if git describe --exact-match --abbrev=0 2> /dev/null; then
add_tag "${CLOSEST_MAJOR_VER}" add_tag "${CLOSEST_MAJOR_VER}"
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}" add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
fi fi