瀏覽代碼

fix: add comments

Yeuoly 6 月之前
父節點
當前提交
43343d97d2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -34,4 +34,5 @@ RUN if [ "$PLATFORM" = "local" ]; then \
 ENV PLATFORM=$PLATFORM
 ENV GIN_MODE=release
 
+# run the server, using bash as the entrypoint to recycle resources
 CMD ["/bin/bash", "-c", "/app/main"]