Cloud_Computing_II/frontend/Dockerfile

5 lines
165 B
Docker
Raw Normal View History

2023-03-10 08:21:39 +00:00
FROM nginx:latest
COPY ./index.html /usr/share/nginx/html/index.html
COPY ./index.css /usr/share/nginx/html/index.css
COPY ./index.js /usr/share/nginx/html/index.js