sigyllly commited on
Commit
9562d52
·
verified ·
1 Parent(s): d0cfc6d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -29,5 +29,8 @@ COPY . .
29
  # Expose the port the app runs on
30
  EXPOSE 7860
31
 
 
 
 
32
  # Command to run the Flask app
33
  CMD ["python3", "main.py"]
 
29
  # Expose the port the app runs on
30
  EXPOSE 7860
31
 
32
+ # Set the PATH for the .NET tools
33
+ ENV PATH="${PATH}:/usr/bin/dotnet"
34
+
35
  # Command to run the Flask app
36
  CMD ["python3", "main.py"]