remove tests from dockerfile

This commit is contained in:
CJ_Clippy 2025-01-10 19:41:49 -08:00
parent 5f6a59d6f2
commit 14b29b2f7d
3 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
{"last_found_secrets": [{"match": "6e0d657eb1f0fbc40cf0b8f3c3873ef627cc9cb7c4108d1c07d979c04bc8a4bb", "name": "Generic Password - commit://staged/services/bright/config/test.exs"}]}
{"last_found_secrets": [{"match": "0854bfbb9c5e31e8c4cb7e69740d16b897e6ddf1a78595f5c54fc1287d070936", "name": "Generic High Entropy Secret - commit://staged/infra/k3s_kubeconfig.yaml"}, {"match": "452f437daf87b2ed4091dc0ecc764dc678c7af19c0bd7524048aba8d90de784f", "name": "Base64 Elliptic Curve Private Key - commit://staged/infra/k3s_kubeconfig.yaml"}, {"match": "3b4e99a1da49206e7520272a2c6671a502b7378fce5d5e2e72dbcd1b4c1640f4", "name": "Generic Password - commit://staged/infra/terraform.tfstate"}, {"match": "eb463a0daedea3af5d49bc7579a670cfa4c595853e66b4b2938685f2370519de", "name": "OpenSSH Private Key - commit://staged/infra/terraform.tfstate"}]}

View File

@ -61,10 +61,8 @@ builder:
# aliases:
# shell: app exec --interactive --reuse "bash"
# Use a different ssh user than root
#
# ssh:
# user: app
ssh:
keys: ["~/.ssh/upstart"]
# Use a persistent storage volume.
#

View File

@ -64,7 +64,6 @@ COPY ./services/bright/lib lib
COPY ./services/bright/assets assets
COPY ./services/bright/test test
CMD ["mix", "phx.server"]