mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-14 16:37:59 -05:00
* Add workflow + aux scripts to support deploy via codedeploy * Fix role ARN * Fix role scripts + rename Dockerfiles * Fix role scripts * Create .env file * Manipulate .env in build script * Remove .env (used while testing) * Fix typo * Move Dockerfiles into packages * Fixed typo
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
docker image prune --filter "until=72h" -f
|
|
|
|
exit 0
|