File size: 221 Bytes
bd35691
3e30972
8c0ea63
 
bd35691
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Use the specified base image
FROM ghcr.io/opendevin/opendevin:main



# Expose the application port
EXPOSE 3000

# Default command to run the application
CMD ["uvicorn", "opendevin.server.listen:app", "--port", "3000"]