index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
compose
/
env_and_volume
/
write
/
Dockerfile
blob: a393a0dcb5d9139575ebd369fd302bb3336bcdde (
plain
)
1
2
3
4
5
FROM
podman_python
WORKDIR
/app
COPY
.
/app
ENTRYPOINT
[
"python3"
]
CMD
[
"app.py"
]