5 lines
87 B
Docker
5 lines
87 B
Docker
FROM nginx:alpine
|
|
|
|
# Copy files to nginx path
|
|
#RUN cp -r dist/* /usr/share/nginx/html
|
|
|