Share and learn in the Docker community.
docker file : FROM python:3.6.1-alpine WORKDIR /flask RUN pip install flask
when i try to run: docker build image -t output :
no idea where im doing wrong .
Hey! Got the same problem