5 lines
74 B
Bash
5 lines
74 B
Bash
|
|
|
|
#!/bin/bash
|
|
sudo docker build -t fastapi:v1 -f ./Dockerfile-fastapi .
|