We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e864b2d commit bac5c0fCopy full SHA for bac5c0f
1 file changed
Dockerfile
@@ -12,9 +12,7 @@ COPY webapp/ .
12
RUN yarn build-dev
13
14
15
-RUN mv node_modules/@metacell .
16
RUN rm -Rf node_modules/*
17
-RUN mv @metacell node_modules
18
19
###
20
FROM jupyter/base-notebook:hub-1.5.0
0 commit comments