2022-04-11 09:35:06 +00:00
|
|
|
FROM alpine
|
|
|
|
RUN apk add --update --no-cache bash ca-certificates
|
|
|
|
|
|
|
|
WORKDIR /
|
|
|
|
|
2022-12-16 12:41:49 +00:00
|
|
|
COPY bin/frostfs-rest-gw /bin/frostfs-rest-gw
|
2022-04-11 09:35:06 +00:00
|
|
|
|
2022-12-16 12:41:49 +00:00
|
|
|
CMD ["frostfs-rest-gw"]
|