chore: streamline Dockerfile and remove redundant steps

This commit is contained in:
2025-02-23 17:38:14 +01:00
parent 69f254c791
commit efcaccc0c2
2 changed files with 21 additions and 11 deletions

View File

@@ -32,11 +32,6 @@ jobs:
EOF
echo "Created .env file:" && cat .env
- name: Install dependencies
run: npm install
- name: Build & Push Docker Image
run: |
# Nutzt den Branch-Namen aus dem auslösenden Workflow