Assist_Design/.env.plesk
T. Narantuya 81c0efb0b8 Remove example environment configuration files and update Dockerfile for production dependency installation
- Deleted .env.dev.example and .env.production.example files to streamline configuration management.
- Updated Dockerfile to install production dependencies recursively, ensuring all necessary packages are included during the build process.
2025-08-29 16:25:59 +09:00

8 lines
320 B
Plaintext

# GitHub Container Registry Authentication
# Replace with your actual GitHub personal access token (with read:packages scope)
GITHUB_TOKEN=your_github_personal_access_token_here
# Security note: Keep this file secure and don't commit it to Git
# This token allows pulling private images from GitHub Container Registry