2021-04-09 15:29:18 +00:00
|
|
|
FROM alpine
|
|
|
|
RUN apk add --update --no-cache bash ca-certificates
|
|
|
|
|
|
|
|
WORKDIR /
|
|
|
|
|
2022-12-16 08:45:27 +00:00
|
|
|
COPY bin/frostfs-http-gw /bin/frostfs-http-gw
|
2021-04-09 15:29:18 +00:00
|
|
|
|
2022-12-16 08:45:27 +00:00
|
|
|
CMD ["frostfs-http-gw"]
|