style: 移除fetchApi函数中的多余空行
This commit is contained in:
@@ -27,8 +27,8 @@ RUN mkdir -p $CACHE_DIR && chown -R node:node $CACHE_DIR
|
||||
# 确保.cache目录可写
|
||||
RUN chmod -R 777 $CACHE_DIR
|
||||
|
||||
# Fastify listens on 9520
|
||||
# index listens on 9520
|
||||
EXPOSE 9520
|
||||
|
||||
# Default command
|
||||
CMD ["node", "fastify.js"]
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user