3 lines
67 B
Bash
3 lines
67 B
Bash
|
#!/bin/bash
|
||
|
docker build -f Dockerfile.amd64 -t reekymarko/snips .
|