SoUmNerd commited on
Commit
97c616c
·
1 Parent(s): 5daeec6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ RUN modular install mojo
10
 
11
  COPY . .
12
  RUN echo "aaa"
13
- CMD ["python3", "main.py"]
14
  RUN echo "bbb"
 
10
 
11
  COPY . .
12
  RUN echo "aaa"
13
+ RUN python3 main.py
14
  RUN echo "bbb"