mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
uh
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,6 +1 @@
|
||||
################################################################################
|
||||
# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt.
|
||||
################################################################################
|
||||
|
||||
/backend/Beatmaps.db
|
||||
data/*
|
||||
data/*
|
||||
|
||||
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
.vs/
|
||||
bin/
|
||||
obj/
|
||||
|
||||
*.db
|
||||
*.env
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user