Skip to content

ruanbo1003/CppReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run

docker

  • build base image to reduce the build time
    docker build -t cpp_review_base:latest -f docker/Dockerfile-base .
    
  • build app image
    docker build -t cpp_review_app:latest -f docker/Dockerfile .
    
  • run the built images
    docker run -it --rm cpp_review_app:latest
    

shell

run script

  ./run.sh

errors when build

  1. apt-get update: The repository is not signed
    update docker version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages