SoUmNerd commited on
Commit
12903e7
·
1 Parent(s): eed2ce2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ MODULAR_AUTH=mut_e87f7861fb9a4d4aa311afb0491b0398 sh -
9
  RUN modular install mojo
10
 
11
  COPY . .
12
- CMD ["python", "main.py"]
 
9
  RUN modular install mojo
10
 
11
  COPY . .
12
+ CMD ["python3", "main.py"]