diff --git a/Dockerfile b/Dockerfile index 9e00772..6ecbf76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .