diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1d18bb74..911a8686c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -295,7 +295,7 @@ ENV PORT="8080" # RUN mkdir -p /data ${LITEFS_DIR} # CMD ["litefs", "mount"] -CMD ["node", "./other/start.js"] +CMD ["npm", "start"] ``` And disable the litefs proxy healthcheck in `fly.toml`: diff --git a/Dockerfile b/Dockerfile index aaf639861..22abdc573 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,4 +90,4 @@ ADD . . # RUN mkdir -p /data ${LITEFS_DIR} # CMD ["litefs", "mount"] -CMD ["node", "./other/start.js"] \ No newline at end of file +CMD ["npm", "start"] \ No newline at end of file