FROM nginx:1.27-alpine WORKDIR /usr/share/nginx/html COPY index.html ./index.html COPY styles.css ./styles.css COPY app.js ./app.js EXPOSE 80