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 d513d10 commit 77cb384Copy full SHA for 77cb384
elmer-json-compiler/Dockerfile
@@ -7,6 +7,7 @@ RUN curl https://s3.amazonaws.com/rebar3/rebar3 > /bin/rebar3
7
RUN chmod 755 /bin/rebar3
8
9
RUN git clone --depth 1 https://github.com/elmer-compiler/elm-platform.git
10
-RUN cd elm-platform/installers && runhaskell BuildFromSource.hs master
+RUN cabal update
11
+RUN cd /elm-platform/installers && runhaskell BuildFromSource.hs master
12
-ENV PATH $PWD/elm-platform/installers/master/.cabal-sandbox/bin:$PATH
13
+ENV PATH /elm-platform/installers/Elm-Platform/master/.cabal-sandbox/bin:$PATH
0 commit comments