Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx

This is Dockerfile of nginx for geohub. It will build Docker image with customised nginx.conf

register docker image to Github Pakcage's Container Registy

  • create personal access token

see here

select read:packages, write:packages and delete:packages

$export CR_PAT=YOUR_TOKEN
$echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin

Build and push docker image to private Github package

$docker build -t ghcr.io/undp-data/nginx:latest .
$docker push ghcr.io/undp-data/nginx:latest

About

This is Dockerfile of nginx for geohub

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages