Countries Application Module
When running this project inside the codbex Atlas Docker image, you must provide authentication for installing dependencies from GitHub Packages.
-
Create a GitHub Personal Access Token (PAT) with
read:packagesscope. -
Pass
NPM_TOKENto the Docker container:docker run \ -e NPM_TOKEN=<your_github_token> \ --rm -p 80:80 \ ghcr.io/codbex/codbex-atlas:latest
- The
NPM_TOKENmust be available at container runtime. - This is required even for public packages hosted on GitHub Packages.
- Never bake the token into the Docker image or commit it to source control.
