frostfs-http-gw/Dockerfile.dirty

9 lines
142 B
Docker
Raw Normal View History

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"]