Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installers/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ RUN apk add --no-cache ghc cabal wget musl-dev zlib-dev zlib-static ncurses-dev
WORKDIR /elm

# Import source code
COPY builder builder/
COPY builder builder
COPY compiler compiler
COPY reactor reactor/
COPY terminal terminal/
COPY reactor reactor
COPY terminal terminal
COPY cabal.config elm.cabal LICENSE ./

# Build statically linked elm binary
Expand Down