We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746bf4b commit c24b578Copy full SHA for c24b578
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: addnab/docker-run-action@v3
49
with:
50
image: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
51
- options: -p 9000:8080 --rm --init
+ options: -p 9000:8080 --init
52
53
- name: Test Lambda Endpoint
54
run: |
0 commit comments