diff --git a/Dockerfile b/Dockerfile index e0363db..75389e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ RUN chmod -R 777 $CACHE_DIR EXPOSE 9520 # Default command -CMD ["node", "index.js"] +CMD ["node", "index.js"] \ No newline at end of file