Skip to content

Commit 6084d84

Browse files
committed
Fix dockerfile
1 parent e12e4a8 commit 6084d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/minimal/docker/node/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN npm install purescript@0.15.8
1414
RUN npm install spago@0.21.0
1515

1616
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
1719
RUN npx --no-install spago install
1820

1921
COPY example/minimal/src src

0 commit comments

Comments
 (0)