DEBSOURCES
Skip Quicknav
sources / python-spython / 0.3.13-2 / spython / tests / testdata / docker2singularity / expose.def
1234567891011
Bootstrap: docker From: busybox:latest Stage: spython-base %post # EXPOSE 3031 # EXPOSE 9000 %runscript exec /bin/bash "$@" %startscript exec /bin/bash "$@"