b2e7a2cb61
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
8 lines
142 B
Text
8 lines
142 B
Text
FROM alpine
|
|
RUN apk add --update --no-cache bash ca-certificates
|
|
|
|
WORKDIR /
|
|
|
|
COPY bin/neofs-http-gw /bin/neofs-http-gw
|
|
|
|
CMD ["neofs-http-gw"]
|