No posts with label TEST_01.png. Show all posts
No posts with label TEST_01.png. Show all posts

my-alpine and docker-compose.yml

 ``` version: '1' services:     man:       build: .       image: my-alpine:latest   ```  Dockerfile: ``` FROM alpine:latest ENV PYTH...