From 06ac921aa88f004f6e0dff8b2ecc337917ee323e Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:05:35 +0530 Subject: [PATCH] fix(cleaning-run.sh): adding removed lines back --- frontend/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/run.sh b/frontend/run.sh index 5c9d3e0e2..43ec3d891 100755 --- a/frontend/run.sh +++ b/frontend/run.sh @@ -23,4 +23,5 @@ docker run -it \ -p 3001:80 \ -p 3002:443 \ -v $(pwd)/build:/usr/share/nginx/html:ro \ + --rm \ ghcr.io/frikky/shuffle-frontend:$TAG