Browse Source

Update Dockerfile CMD

Librellium 3 months ago
parent
commit
4adbf1f05c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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