Basic CI/CD integration #4

Merged
asohh merged 10 commits from workflows into container 2025-10-12 17:07:02 +02:00
Showing only changes of commit 1ac9d096ff - Show all commits

fix: Removes redundant volume
All checks were successful
Build Hello World Image / build (push) Successful in 33s
Build Hello World Image / build (pull_request) Successful in 21s

Vincent Mahnke 2025-10-12 14:08:36 +02:00

View file

@ -29,6 +29,4 @@ services:
ports:
- "8080:80"
depends_on:
- db
volumes:
- ./www/sunders:/var/www/html
- db