mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-14 08:28:03 -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
8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd ~/crypt-keeper-extension
|
|
docker compose up -d
|
|
|
|
exit 0
|