mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
6 lines
154 B
Docker
6 lines
154 B
Docker
FROM fpco/stack-build:lts-15.5
|
|
|
|
RUN stack update
|
|
COPY stack.yaml stackage-server.cabal /src/
|
|
RUN stack build --only-snapshot --stack-yaml /src/stack.yaml
|