3 lines
53 B
Bash
3 lines
53 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build -t peptest:latest .
|