소스 검색

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"]