[#15] Add static to docker image
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
fd0ff4b803
commit
fca6d718f5
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Reference in a new issue