4 lines
85 B
Docker
4 lines
85 B
Docker
FROM nginx:alpine
|
|
COPY index.html styles.css app.js /usr/share/nginx/html/
|
|
EXPOSE 80
|