Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
# golem::add_dockerfile_with_renv(lockfile = "renv.lock", output_dir = "deploy")
# add odbc to docker_base
# set starting image to shiny
# fix last line of Dockerfile
# check if latlon2map or tidywikidatar have been updated locally
docker build -f Dockerfile_base --progress=plain -t streetnamer_base .
docker build -f Dockerfile --progress=plain -t giocomai/streetnamer:2023-10-05 .

docker push giocomai/streetnamer:2023-10-05
#previous 2023-05-11