강좌 10 완료

This commit is contained in:
2017-06-02 17:47:33 +09:00
parent 0b808fa55b
commit 9894fbe8ff
31 changed files with 256 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
FROM python:3.5
ENV PYTHONUNBUFFERED 1
# RUN useradd -u 1000 -g 1000 mjjo
RUN mkdir /code
WORKDIR /code
ADD requirements.txt /code/