updated .\dockerfile and .\prisma\ [deploy]
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 1m44s

This commit is contained in:
Pascal Prießnitz
2025-12-03 02:56:28 +01:00
parent 4a473ffe31
commit d545053976
2 changed files with 9 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ version: "3.9"
services:
app:
build:
context: . # Repo-Root mit Dockerfile & package.json
context: .
dockerfile: Dockerfile
image: papo-app:latest
working_dir: /usr/src/app
@@ -15,10 +15,6 @@ services:
depends_on:
- db
restart: unless-stopped
# WICHTIG: KEINE volumes hier!
# volumes:
# - .:/usr/src/app
# - /usr/src/app/node_modules
db:
image: postgres:15