4 lines
149 B
Bash
Executable file
4 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
|