4 lines
71 B
Docker
4 lines
71 B
Docker
|
FROM busybox
|
||
|
COPY dist .
|
||
|
CMD ["sh","-c","busybox httpd -f -v -p 3000"]
|