- 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.
8 lines
320 B
Plaintext
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
|