update dockerfile, pipeline, and tweak main
This commit is contained in:
@@ -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 . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user