aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_wrapper/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_wrapper/Dockerfile')
-rw-r--r--moonv4/moon_wrapper/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/moon_wrapper/Dockerfile b/moonv4/moon_wrapper/Dockerfile
index dc06f8df..958f136c 100644
--- a/moonv4/moon_wrapper/Dockerfile
+++ b/moonv4/moon_wrapper/Dockerfile
@@ -6,7 +6,7 @@ RUN pip3 install pip --upgrade
ADD . /root
WORKDIR /root/
RUN pip3 install -r requirements.txt --upgrade
-RUN pip3 install /root/dist/* --ugrade
+#RUN pip3 install /root/dist/* --upgrade
RUN pip3 install .
CMD ["python3", "-m", "moon_wrapper"]