FROM alpine RUN apk add --update --no-cache bash ca-certificates WORKDIR / COPY bin/frostfs-rest-gw /bin/frostfs-rest-gw CMD ["frostfs-rest-gw"]