FROM --platform=linux/arm64 (add image name here)
WORKDIR /src
COPY . .
RUN (add install command here)
# CMD (add command here) OR use ENTRYPOINT
ENTRYPOINT (add entrypoint here)