Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove lexicon folder cp from dockerfile

-3
-3
Dockerfile
··· 51 51 # Copy the compiled server code from the builder stage 52 52 COPY --from=builder /build/server/build/erlang-shipment /app 53 53 54 - # Copy lexicons directory to the runtime image 55 - COPY --from=builder /build/server/priv/lexicons /app/priv/lexicons 56 - 57 54 # Set up the entrypoint 58 55 WORKDIR /app 59 56