Browse Source

changed vycenter to vycontrol

Roberto Bertó 5 năm trước cách đây
mục cha
commit
f5f3417a34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ RUN mkdir /code
 WORKDIR /code
 COPY requirements.txt /code/
 RUN pip install -r requirements.txt
-COPY vycenter/ /code/
+COPY vycontrol/ /code/
 
 
 WORKDIR /code