mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 22:03:49 +00:00
13 lines
331 B
Bash
13 lines
331 B
Bash
#!/bin/bash
|
|
|
|
#!/bin/bash
|
|
project_dir="$(dirname $(readlink -f ${BASH_SOURCE[0]}))/.."
|
|
|
|
cd ${project_dir}/cypress-tests
|
|
|
|
# include ruby, mysql, memcached, and cypress in dockerfile to emulate prod?
|
|
# then cypress points to localhost within the docker
|
|
|
|
docker build -t wrestlingdev-cypress .
|
|
|
|
docker run -it --rm wrestlingdev-cypress |