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.
2 parents ba1c3d7 + 8f775b9 commit 532bd96Copy full SHA for 532bd96
installers/linux/Dockerfile
@@ -24,10 +24,10 @@ RUN apk add --no-cache ghc cabal wget musl-dev zlib-dev zlib-static ncurses-dev
24
WORKDIR /elm
25
26
# Import source code
27
-COPY builder builder/
+COPY builder builder
28
COPY compiler compiler
29
-COPY reactor reactor/
30
-COPY terminal terminal/
+COPY reactor reactor
+COPY terminal terminal
31
COPY cabal.config elm.cabal LICENSE ./
32
33
# Build statically linked elm binary
0 commit comments