update dockerfile, pipeline, and tweak main

This commit is contained in:
Mitchell Marino
2023-04-05 14:55:44 -05:00
parent 2856b1bbd8
commit c786b36cd3
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM rust:latest as build
ENV DATABASE_URL="postgres://school_app_api_user:school_app_api_pass@mdev.local/school_app_api"
WORKDIR /usr/src/school_app_api
COPY . .