Skip to content

Commit 2d9d037

Browse files
tollsimynuclearcat
authored andcommitted
fix: autoremove admin user creation ephemeral container
Signed-off-by: Simone Tollardo <tollsimy.dev@protonmail.com>
1 parent e070c31 commit 2d9d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_admin_user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ fi
1010

1111
set -e
1212

13-
${DOCKER_COMPOSE} run api python3 -m api.admin $*
13+
${DOCKER_COMPOSE} run --rm api python3 -m api.admin $*
1414

1515
exit 0

0 commit comments

Comments
 (0)