Skip to content

Commit b3fc39a

Browse files
author
Zerline
committed
Building labextension in Dockerfile.
1 parent 2abe556 commit b3fc39a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ ENV HOME /home/sage
99
COPY --chown=sage:sage . ${HOME}/sage-combinat-widgets
1010
WORKDIR ${HOME}/sage-combinat-widgets
1111
RUN sage -pip install jupyterlab
12+
RUN cd ./js && npm run build:labextension && cd ..
1213
RUN sage -pip install .

0 commit comments

Comments
 (0)