Skip to content

Commit 07b7df8

Browse files
committed
Update Dockerfile
1 parent 096ecd2 commit 07b7df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.6-stretch
1+
FROM python:3.6
22
MAINTAINER Wannaphong Phatthiyaphaibun <[email protected]>
3-
WORKDIR /usr/src/app
3+
WORKDIR /app
44
EXPOSE 8000
55

66
COPY requirements.txt ./
7-
RUN apt-get install python3-dev
7+
RUN apt-get install -y python3-dev
88
RUN pip install -r requirements.txt
99

1010
COPY . .

0 commit comments

Comments
 (0)