From 2566beef6ce99b8264f70d13c20b7ea55e7c60d9 Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Sun, 22 Sep 2024 12:05:36 +0200 Subject: [PATCH] uh --- .gitignore | 7 +------ backend/.gitignore | 3 +++ proxy/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index eb8d329..d950fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -################################################################################ -# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt. -################################################################################ - -/backend/Beatmaps.db -data/* +data/* diff --git a/backend/.gitignore b/backend/.gitignore index 07b26ed..cc45a0d 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,3 +1,6 @@ .vs/ bin/ obj/ + +*.db +*.env \ No newline at end of file diff --git a/proxy/Dockerfile b/proxy/Dockerfile index 3ef463d..38bde8b 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -13,7 +13,7 @@ FROM ubuntu:latest WORKDIR /app COPY --from=builder /app/main . -COPY --from=builder /app/dev.env . +COPY --from=builder /app/*.env . EXPOSE 80