# # git clone https://github.com/NevynUK/ManchesterBabyPython # buildah build -f #THIS-Dockerfile-LOCATION# -t manchesterbaby ManchesterBaby # podman run -it --rm -v #SSEM-FILE-OF-YOUR-CHOICE#:/tmp/sample.ssem manchesterbaby /tmp/sample.ssem # FROM python:3 USER 65534:65534 COPY ["Python Emulation", "/opt/Python Emulation"] WORKDIR "/opt/Python Emulation" ENTRYPOINT ["python", "./ManchesterBaby.py"]