8 lines
80 B
Docker
8 lines
80 B
Docker
FROM scratch
|
|
|
|
COPY dockerui /
|
|
COPY dist /
|
|
|
|
EXPOSE 9000
|
|
ENTRYPOINT ["/dockerui"]
|