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