Skip to content

Commit 532bd96

Browse files
authored
Merge pull request #2058 from rlefevre/remove-dockerfile-unneeded-slashes
remove unneeded slash characters from Dockerfile
2 parents ba1c3d7 + 8f775b9 commit 532bd96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installers/linux/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ RUN apk add --no-cache ghc cabal wget musl-dev zlib-dev zlib-static ncurses-dev
2424
WORKDIR /elm
2525

2626
# Import source code
27-
COPY builder builder/
27+
COPY builder builder
2828
COPY compiler compiler
29-
COPY reactor reactor/
30-
COPY terminal terminal/
29+
COPY reactor reactor
30+
COPY terminal terminal
3131
COPY cabal.config elm.cabal LICENSE ./
3232

3333
# Build statically linked elm binary

0 commit comments

Comments
 (0)