We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f557c commit bb8610dCopy full SHA for bb8610d
docker/Dockerfile
@@ -80,11 +80,11 @@ RUN pip3 install --no-cache-dir --upgrade pip
80
# Switch to Slips installation dir on login.
81
WORKDIR ${SLIPS_DIR}
82
83
+COPY . $SLIPS_DIR
84
+
85
# Retrieve Iris
-#COPY iris/config.yaml ./modules/irisModule
86
COPY --from=build /iris/iris ./modules/irisModule
87
-COPY . $SLIPS_DIR
88
89
RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
90
&& chmod 774 slips.py \
0 commit comments