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
Raw Normal View History

2022-12-04 01:24:12 +00:00
#!/bin/bash
# build docker container locally (for testing)
cd .. && docker build --pull -t caylon_backend -f ./backend/Dockerfile . && cd ./backend