fix dockerfile not running
This commit is contained in:
parent
db38688039
commit
16bf4ada9f
@ -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" ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user