delete repo clone in docker file test

This commit is contained in:
s487178 2023-04-05 22:36:12 +02:00
parent dc8d3da292
commit f93ee1ccfe

View File

@ -15,6 +15,8 @@ ENV PATH="/root/.local/bin:$PATH"
WORKDIR /app
RUN git clone https://git.wmi.amu.edu.pl/s487178/ium_s487178.git /app
COPY . /app
#RUN git clone https://git.wmi.amu.edu.pl/s487178/ium_s487178.git /app
#CMD ["python3", "body_performance.py"]