mirror of
https://github.com/containers/podman.git
synced 2025-08-26 11:10:47 +08:00

adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
6 lines
97 B
Docker
6 lines
97 B
Docker
FROM quay.io/libpod/podman_python
|
|
WORKDIR /app
|
|
COPY . /app
|
|
ENTRYPOINT ["python3"]
|
|
CMD ["app.py"]
|