Skip to content

Commit

Permalink
run script from different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 5, 2024
1 parent 33dc56f commit 4b2ebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ghc-alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN git clone -b ghc-"$GHC_VERSION"-release https://gitlab.haskell.org/ghc/ghc.g

COPY ../scripts/ghc-alpine-build.sh /ghc-alpine-build.sh
RUN chmod +x /ghc-alpine-build.sh
RUN ../scripts/ghc-alpine-build.sh
RUN /ghc-alpine-build.sh

0 comments on commit 4b2ebee

Please sign in to comment.