FROM python:alpine WORKDIR /resource EXPOSE 8000 CMD ["python", "-m", "http.server"]