blumonilr 5 yıl önce
ebeveyn
işleme
13e6913445
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM python:3.6
 EXPOSE 5000
 COPY ./web /home/SEEC-Judge/web
-COPY ./lorun /home/Seec-Judge/lorun
+COPY ./lorun /home/SEEC-Judge/lorun
 COPY ./setup.py /home/SEEC-Judhe/setup.py
 RUN apt-get update \
     && apt-get install --no-install-recommends --no-install-suggests -y \