File size: 170 Bytes
4131683
 
 
011f8e8
7894ca5
 
 
c53f4e5
1
2
3
4
5
6
7
8
9
# Use an official Python runtime as a parent image
FROM python:3.9

RUN python one_click.py


# Run the start script when the container launches
CMD ["./start_linux.sh"]