ARG Flags added

This commit is contained in:
Moritz 2019-01-31 20:57:07 +01:00
parent 50b56687eb
commit 5a0da7fced

View file

@ -1,4 +1,11 @@
ARG ts3_ip=0.0.0.0
ARG ts3_name=serveradmin
ARG ts3_pw=f3gWdOU3
ARG ts3_port=9987
ARG ts3_quarry=10011
ARG webport=8080
FROM golang:latest FROM golang:latest
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app