We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db749c commit 1c9439bCopy full SHA for 1c9439b
images/env-sphinx/Dockerfile
@@ -11,4 +11,5 @@ ADD requirements.txt /home/ubuntu
11
RUN pip3 install -r requirements.txt
12
13
# node.js packages
14
+ADD npm-packages.txt /home/ubuntu
15
RUN npm install -g `cat npm-packages.txt`
0 commit comments