lmgtfy/Dockerfile

4 lines
71 B
Docker
Raw Normal View History

2023-01-26 06:18:57 +00:00
FROM busybox
COPY dist .
CMD ["sh","-c","busybox httpd -f -v -p 3000"]