This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
caylon/backend/create_docker_img.sh

5 lines
149 B
Bash
Executable file

#!/bin/bash
# build docker container locally (for testing)
cd .. && docker build --pull -t caylon_backend -f ./backend/Dockerfile . && cd ./backend