diff --git a/Dockerfile b/Dockerfile index 6ecb490..9d102e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,4 @@ VOLUME /data # Start the server by default, this can be overwritten at runtime EXPOSE 3000 ENV DATABASE_URL="file:///data/sqlite.db" -CMD [ "node", "index.js" ] +CMD [ "node", "src/index.js" ]