Skip to content

Commit 1c9439b

Browse files
committed
Fix env-sphinx
1 parent 6db749c commit 1c9439b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/env-sphinx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ ADD requirements.txt /home/ubuntu
1111
RUN pip3 install -r requirements.txt
1212

1313
# node.js packages
14+
ADD npm-packages.txt /home/ubuntu
1415
RUN npm install -g `cat npm-packages.txt`

0 commit comments

Comments
 (0)