We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9175a commit 9921593Copy full SHA for 9921593
1 file changed
Dockerfile
@@ -1,5 +1,4 @@
1
FROM python:3.6
2
-LABEL maintainer="[email protected]"
3
COPY . /app
4
WORKDIR /app
5
RUN pip install -r requirements.txt
0 commit comments