webbyuu / Dockerfile
NahFam13's picture
Update Dockerfile
9dad1d0 verified
raw
history blame contribute delete
170 Bytes
# 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"]