ソースを参照

docker + отчёт

acolyte-py 2 年 前
コミット
8d12b264e5
3 ファイル変更17 行追加0 行削除
  1. 17 0
      Dockerfile
  2. BIN
      ~$отчёт.docx
  3. BIN
      отчёт.docx

+ 17 - 0
Dockerfile

@@ -0,0 +1,17 @@
+FROM python:3.9
+
+ENV PYTHONUNBUFFERED=1
+
+LABEL "title"="lab-ttit"
+LABEL "creator"="gr703_mimal"
+
+WORKDIR /web-server
+
+COPY requirements.txt /web-server/
+
+RUN pip install -r requirements.txt
+
+CMD ["python", "manage.py", "migrate"]
+CMD ["python", "manage.py", "runserver"]
+
+COPY . /web-server/

BIN
~$отчёт.docx


BIN
отчёт.docx