mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-03-18 21:30:35 +01:00
Changed around nav bar Added users stats view renamed views for better understanding(still more to do). CREATED SCRIPT TO SPINUP POSTGRESS DB WITH TABLES AND FUNCTIONS
2 lines
56 B
Docker
2 lines
56 B
Docker
FROM postgres
|
|
COPY init.sql /docker-entrypoint-initdb.d/ |