소스 검색

Update Dockerfile CMD

Librellium 3 달 전
부모
커밋
576c036e65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
 
 COPY . .
 
-CMD ["python", "-m", "podslv21_bot"]
+CMD ["python", "-m", "anonflow"]