mirror of https://github.com/tidwall/tile38.git
parent
2c863cc4e7
commit
69b146effd
|
@ -3,6 +3,7 @@ RUN apk add --no-cache ca-certificates
|
|||
|
||||
ADD tile38-server /usr/local/bin
|
||||
ADD tile38-cli /usr/local/bin
|
||||
ADD tile38-benchmark /usr/local/bin
|
||||
|
||||
RUN addgroup -S tile38 && \
|
||||
adduser -S -G tile38 tile38 && \
|
||||
|
|
Loading…
Reference in New Issue