Skip to content

Commit c24b578

Browse files
committed
remove --rm
1 parent 746bf4b commit c24b578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: addnab/docker-run-action@v3
4949
with:
5050
image: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
51-
options: -p 9000:8080 --rm --init
51+
options: -p 9000:8080 --init
5252

5353
- name: Test Lambda Endpoint
5454
run: |

0 commit comments

Comments
 (0)