mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
Copy package.yaml instead
This commit is contained in:
parent
3992038a27
commit
f145417e06
@ -6,6 +6,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
curl -sSL https://get.haskellstack.org/ | sh && \
|
||||
unset DEBIAN_FRONTEND
|
||||
RUN stack update
|
||||
COPY stack.yaml stackage-server.cabal /src/
|
||||
COPY stack.yaml package.yaml /src/
|
||||
RUN stack setup --stack-yaml /src/stack.yaml
|
||||
RUN stack build --only-snapshot --stack-yaml /src/stack.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user