fix dockerfile not running

This commit is contained in:
Makussu 2024-06-06 21:22:49 +02:00
parent db38688039
commit 16bf4ada9f

View File

@ -41,4 +41,4 @@ VOLUME /data
# Start the server by default, this can be overwritten at runtime # Start the server by default, this can be overwritten at runtime
EXPOSE 3000 EXPOSE 3000
ENV DATABASE_URL="file:///data/sqlite.db" ENV DATABASE_URL="file:///data/sqlite.db"
CMD [ "node", "index.js" ] CMD [ "node", "src/index.js" ]