Skip to content

Commit

Permalink
🐳 - Update / Fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Peelen committed May 9, 2024
1 parent f654f53 commit ee40afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM haskell:8.10
FROM haskell:9.4.8

WORKDIR /opt/app

COPY app ./app
COPY src ./src
COPY Setup.hs package.yaml rust-reason.cabal stack.yaml stack.yaml.lock ./
COPY Setup.hs rust-reason.cabal stack.yaml stack.yaml.lock ./

RUN stack install --resolver lts-18.23
RUN stack install --system-ghc

ENTRYPOINT ["rust-reason-exe"]

0 comments on commit ee40afd

Please sign in to comment.