added styles for tables

This commit is contained in:
2022-06-07 10:20:06 +02:00
parent 7c13d2a8e9
commit 430eaa8586
5 changed files with 43 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf
- ./app:/app
links:
- php
- mysql
php:
build:
context: .