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