Skip to content

Commit bb8610d

Browse files
committed
fix problem building slips docker
1 parent b6f557c commit bb8610d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ RUN pip3 install --no-cache-dir --upgrade pip
8080
# Switch to Slips installation dir on login.
8181
WORKDIR ${SLIPS_DIR}
8282

83+
COPY . $SLIPS_DIR
84+
8385
# Retrieve Iris
84-
#COPY iris/config.yaml ./modules/irisModule
8586
COPY --from=build /iris/iris ./modules/irisModule
8687

87-
COPY . $SLIPS_DIR
8888

8989
RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
9090
&& chmod 774 slips.py \

0 commit comments

Comments
 (0)