blumonilr il y a 5 ans
Parent
commit
388ef860f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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