add templates for reports

This commit is contained in:
Mitchell Marino
2023-04-13 23:05:03 -05:00
parent 8835413257
commit ebc86c268d
4 changed files with 107 additions and 18 deletions
+1
View File
@@ -4,6 +4,7 @@ ENV DATABASE_URL="postgres://school_app_api_user:school_app_api_pass@mdev.local/
WORKDIR /usr/src/school_app_api
COPY . .
RUN apt update && apt install -y pkg-config libssl-dev
RUN cargo install sqlx-cli
RUN cargo install --path .