mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-18 15:11:56 +01:00
Bump base
This commit is contained in:
parent
37eb5f3da6
commit
b998f5b10b
@ -1,10 +1,10 @@
|
|||||||
FROM docker.pkg.github.com/fpco/stackage-server/base-build:44dd6a5c5d9c5c294cfdcdee0253d43158bb476e as build-app
|
FROM docker.pkg.github.com/fpco/stackage-server/base-build:37eb5f3da608d3796a5176a3c27fe83f340690e7 as build-app
|
||||||
|
|
||||||
RUN mkdir -p /artifacts/bin
|
RUN mkdir -p /artifacts/bin
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin
|
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin
|
||||||
|
|
||||||
FROM docker.pkg.github.com/fpco/stackage-server/base-run:44dd6a5c5d9c5c294cfdcdee0253d43158bb476e
|
FROM docker.pkg.github.com/fpco/stackage-server/base-run:37eb5f3da608d3796a5176a3c27fe83f340690e7
|
||||||
|
|
||||||
COPY --from=build-app /src/config/ /app/config/
|
COPY --from=build-app /src/config/ /app/config/
|
||||||
COPY --from=build-app /src/static/ /app/static/
|
COPY --from=build-app /src/static/ /app/static/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user