-
Ref - containers/podman#23638 My compose file - services:
app:
# image: python-pdm-dev
build:
context: .
dockerfile: Dockerfile
platform: linux/amd64
stdin_open: true # docker run -i
tty: true # docker run -t
env_file:
- .env
volumes:
- ./:/app Logs -
|
Beta Was this translation helpful? Give feedback.
Answered by
rishacha
Aug 20, 2024
Replies: 1 comment
-
Solution - containers/podman#23638 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rishacha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution - containers/podman#23638