check where is .docker file on ubuntu code example Example: dockerfile example FROM ubuntu:18.04 COPY . /app RUN make /app CMD python /app/app.py