This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
frostfs-rest-gw/Dockerfile.dirty
Denis Kirillov 61c51ce5a2 [#2] Update building
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2022-12-21 11:49:19 +03:00

8 lines
148 B
Docker

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