6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#/bin/bash
|
|
|
|
docker build . \
|
|
--file Dockerfile \
|
|
--tag unrealircd:latest
|