mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-27 19:30:25 +01:00
Use newer base runtime image
This commit is contained in:
parent
c0e6c9d091
commit
4ad7e421b2
@ -4,7 +4,7 @@ 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:a5562eea85c1b0646c35ad924511a90c2a40a2f3
|
FROM docker.pkg.github.com/fpco/stackage-server/base-run:c0e6c9d09198bb661919366a07351c334d7caeb0
|
||||||
|
|
||||||
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