4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
# build docker container locally (for testing)
|
|
|
|
docker build -t fantastic_backend .
|