diff --git a/Dockerfile b/Dockerfile
index 850cc908..0803b246 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,4 +34,4 @@ HEALTHCHECK \
--timeout=3s \
--start-period=10s \
CMD curl -f http://127.0.0.1/healthcheck || exit 1
-CMD ["npm", "start"]
+CMD ["node", "index.js"]
diff --git a/images/DemoLibrary.png b/images/DemoLibrary.png
new file mode 100644
index 00000000..16c55754
Binary files /dev/null and b/images/DemoLibrary.png differ
diff --git a/images/LibraryStream.png b/images/LibraryStream.png
deleted file mode 100644
index eb81a2cb..00000000
Binary files a/images/LibraryStream.png and /dev/null differ
diff --git a/readme.md b/readme.md
index 13f81ccc..ef4ecf5c 100644
--- a/readme.md
+++ b/readme.md
@@ -49,7 +49,7 @@ Check out the [API documentation](https://api.audiobookshelf.org/)
-
+