Update DockerFile
Browse files- DockerFile +1 -1
DockerFile
CHANGED
|
@@ -14,4 +14,4 @@ COPY . /main
|
|
| 14 |
RUN pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Set default command
|
| 17 |
-
CMD ["python", "
|
|
|
|
| 14 |
RUN pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Set default command
|
| 17 |
+
CMD ["python", "main.py"]
|