From fca6d718f53f5d31153217080d900b42d0844eed Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Mon, 11 Jul 2022 16:45:12 +0300 Subject: [PATCH] [#15] Add static to docker image Signed-off-by: Denis Kirillov --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d57c6c0..5aa675c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,5 +22,6 @@ WORKDIR / COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /src/bin/neofs-rest-gw /bin/neofs-rest-gw +COPY --from=builder /src/static /static ENTRYPOINT ["/bin/neofs-rest-gw"]