Skip to content

Commit 5b0f97d

Browse files
committed
Dockerfile update, change medcat scripts location.
1 parent a5decdc commit 5b0f97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_singleuser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
223223
fi
224224

225225
# move notebooks
226-
RUN mv /srv/jupyterhub/medcat-scripts/* /home/jovyan/work/.
226+
RUN mv /srv/jupyterhub/medcat-scripts /home/jovyan/work/medcat-scripts
227227

228228
#######################################################################################################
229229

0 commit comments

Comments
 (0)