FROM python:3-slim COPY server.py /server.py EXPOSE 80 CMD ["python3", "/server.py"]