FROM scratch
COPY target/x86_64-unknown-linux-musl/release/notes /notes
COPY apps/notes/frontend/dist /dist
EXPOSE 8080
ENTRYPOINT ["/notes"]
