Rebuild Dockerfile.

This commit is contained in:
2024-02-25 07:34:26 +01:00
parent 75110474f1
commit 7903c329f9
2 changed files with 37 additions and 21 deletions

View File

@@ -2,14 +2,12 @@ version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
image: cs-git.ddnss.de/ri-st/startup
container_name: startup-app
ports:
- '80:80'
volumes:
- ./:/var/www/html
# volumes:
# - ./:/var/www/html
links:
- db
networks: