We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096ecd2 commit 07b7df8Copy full SHA for 07b7df8
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM python:3.6-stretch
+FROM python:3.6
2
MAINTAINER Wannaphong Phatthiyaphaibun <[email protected]>
3
-WORKDIR /usr/src/app
+WORKDIR /app
4
EXPOSE 8000
5
6
COPY requirements.txt ./
7
-RUN apt-get install python3-dev
+RUN apt-get install -y python3-dev
8
RUN pip install -r requirements.txt
9
10
COPY . .
0 commit comments