Update configuration files by adding new lines for clarity and consistency

This commit is contained in:
2026-01-10 15:52:38 +00:00
parent abab9c2673
commit ad3101fea3
4 changed files with 4 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ Dockerfile
.dockerignore .dockerignore
package-lock.json package-lock.json

View File

@@ -85,3 +85,4 @@ const PrivacyPolicy: React.FC<PrivacyPolicyProps> = ({ onBack }) => {
export default PrivacyPolicy; export default PrivacyPolicy;

View File

@@ -9,3 +9,4 @@ services:
env_file: env_file:
- .env.local - .env.local

View File

@@ -21,3 +21,4 @@ server {
} }
} }