SyntaxFix
Write A Post
Hire A Developer
Questions
I was wondering if two times WORKDIR will work or not, but it worked :)
WORKDIR
FROM ubuntu:18.04 RUN apt-get update && \ apt-get install -y python3.6 WORKDIR /usr/src COPY ./ ./ WORKDIR /usr/src/src CMD ["python3", "app.py"]