AurelioAguirre commited on
Commit
2c7276d
·
1 Parent(s): 1ce5c45

Fixed Dockerfile v2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ ENV PYTHONUNBUFFERED=1
23
  EXPOSE 7680
24
 
25
  # Command to run the application
26
- CMD ["python3", "-m", "app.main"]
 
23
  EXPOSE 7680
24
 
25
  # Command to run the application
26
+ CMD ["python", "-m", "app.main"]