Fantastic/backend/run_docker_img.sh

8 lines
243 B
Bash
Raw Normal View History

2022-09-01 21:39:34 +01:00
#!/bin/bash
# run docker container locally (for testing)
# assumes you're running in the backend/ dir of the project
docker run -i --entrypoint /backend/entrypoint.sh -v $PWD:/backend fantastic_backend
mkdir -p ../bin
cp ./out/backend ../bin