FROM pypy:3.9-7 WORKDIR /usr/src/application COPY ./ ./ CMD ["python", "solution.py"]