fix dockerfile

This commit is contained in:
me 2024-12-17 10:47:00 +02:00
parent 0d2d3ac0f3
commit b3d784d490

View File

@ -7,8 +7,8 @@ COPY . /app/
WORKDIR /app
RUN cabal update
RUN cabal build exe:fedi --enable-executable-static
RUN strip `cabal list-bin fedi`
RUN cabal build exe:fediserve --enable-executable-static
RUN strip `cabal list-bin fediserve`
FROM scratch AS artifact
COPY --from=build /app/dist-newstyle/build/x86_64-linux/*/*/x/*/build/*/fedi .
COPY --from=build /app/dist-newstyle/build/x86_64-linux/*/*/x/*/build/*/fediserve .