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 e12e4a8 commit 6084d84Copy full SHA for 6084d84
example/minimal/docker/node/Dockerfile
@@ -14,6 +14,8 @@ RUN npm install purescript@0.15.8
14
RUN npm install spago@0.21.0
15
16
COPY example/minimal/packages.dhall example/minimal/spago.dhall .
17
+RUN wget -O package-set.dhall "$(grep -oP 'https://raw[^ ]+' packages.dhall)"
18
+RUN sed -i 's|https://raw[^ ]*|./package-set.dhall|' packages.dhall
19
RUN npx --no-install spago install
20
21
COPY example/minimal/src src
0 commit comments