3 lines
75 B
Docker
3 lines
75 B
Docker
|
|
# Dockerfile
|
||
|
|
FROM nginx:alpine
|
||
|
|
COPY storybook-static/ /usr/share/nginx/html
|