diff --git a/client/css/pool-categories-view.styl b/client/css/pool-categories-view.styl index 3e876355..0a51c9a3 100644 --- a/client/css/pool-categories-view.styl +++ b/client/css/pool-categories-view.styl @@ -27,4 +27,3 @@ display: none form width: auto - diff --git a/client/css/tag-categories-view.styl b/client/css/tag-categories-view.styl index b8a91802..55aee75d 100644 --- a/client/css/tag-categories-view.styl +++ b/client/css/tag-categories-view.styl @@ -27,4 +27,3 @@ display: none form width: auto - diff --git a/client/docker-start.sh b/client/docker-start.sh index 9b1ba0ec..ff72da2d 100755 --- a/client/docker-start.sh +++ b/client/docker-start.sh @@ -8,4 +8,4 @@ sed -i "s|__BASEURL__|${BASE_URL:-/}|g" \ /var/www/manifest.json # Start server -exec nginx \ No newline at end of file +exec nginx diff --git a/client/hooks/post_push b/client/hooks/post_push index 74c19dd2..81fc86cf 100755 --- a/client/hooks/post_push +++ b/client/hooks/post_push @@ -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 \ No newline at end of file +fi diff --git a/doc/example.env b/doc/example.env index b73377c3..59e1e859 100644 --- a/doc/example.env +++ b/doc/example.env @@ -19,4 +19,3 @@ MOUNT_DATA=/var/local/szurubooru/data # Directory to store database files MOUNT_SQL=/var/local/szurubooru/sql - diff --git a/server/.dockerignore b/server/.dockerignore index 8c1667bd..0b6e9fc1 100644 --- a/server/.dockerignore +++ b/server/.dockerignore @@ -11,4 +11,4 @@ Dockerfile hooks/ # User configured config file -config.yaml \ No newline at end of file +config.yaml diff --git a/server/docker-start.sh b/server/docker-start.sh index 9fc2e342..34a0e498 100755 --- a/server/docker-start.sh +++ b/server/docker-start.sh @@ -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 \ No newline at end of file +exec waitress-serve-3 --port ${PORT} szurubooru.facade:app diff --git a/server/hooks/post_push b/server/hooks/post_push index 74c19dd2..81fc86cf 100755 --- a/server/hooks/post_push +++ b/server/hooks/post_push @@ -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 \ No newline at end of file +fi