File tree Expand file tree Collapse file tree 4 files changed +514
-419
lines changed Expand file tree Collapse file tree 4 files changed +514
-419
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ FROM ${IMAGE_REGISTRY}/${IMAGE_NAME}:${BUILDER_IMAGE_TAG} AS builder-base
4444WORKDIR  /build
4545
4646COPY  ./sslamanagerrest/ ./sslamanagerrest/
47- COPY  poetry.lock pyproject.toml ./
47+ #  DO NOT REMOVE README.md !
48+ COPY  poetry.lock pyproject.toml README.md ./
4849
4950RUN  curl -sSL https://install.python-poetry.org | python3 -
5051RUN  /root/.local/bin/poetry run python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ podman run -d \
2121  localhost/thales-sslamanager-rest
2222``` 
2323
24- Try it in your browser at ` localhost:8080 /docs ` .  
24+ Try it in your browser at ` localhost:8081 /docs ` .  
2525You can use the examples in ` examples/ssla/ `  to submit security policies.  
2626
2727## OpenAPI specs  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments