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