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 9eb78c3 commit 234e0b6Copy full SHA for 234e0b6
repo2docker/buildpacks/base.py
@@ -142,8 +142,8 @@
142
# We always want containers to run as non-root
143
USER ${NB_USER}
144
145
-# Make sure that postBuild scripts are marked executable before executing them
146
{% if post_build_scripts -%}
+# Make sure that postBuild scripts are marked executable before executing them
147
{% for s in post_build_scripts -%}
148
RUN chmod +x {{ s }}
149
RUN ./{{ s }}
@@ -317,7 +317,7 @@ def stencila_contexts(self):
317
documents = manifest.findall('./documents/document')
318
files = [os.path.join(self.stencila_manifest_dir, x.get('path'))
319
for x in documents]
320
-
+
321
else:
322
return self._stencila_contexts
323
0 commit comments