@@ -10,7 +10,7 @@ RUN chmod +x ./test.sh
# 容器对外暴露的端口号
EXPOSE 8090
-ENTRYPOINT ["./test.sh"]
+ENTRYPOINT ["./test.sh" ]
# 容器启动时执行的命令,类似npm run start
-CMD ["npm", "start"]
+#CMD ["npm", "start"]
@@ -14,3 +14,5 @@ then
cp ./conf/Custom.json ./configs/Custom.json
echo "file.json copied from /conf to /configs"
fi
+
+npm run start