···5151# Copy the compiled server code from the builder stage
5252COPY --from=builder /build/server/build/erlang-shipment /app
53535454-# Copy lexicons directory to the runtime image
5555-COPY --from=builder /build/server/priv/lexicons /app/priv/lexicons
5656-5754# Set up the entrypoint
5855WORKDIR /app
5956