blob: 28597fe510cc225780b1db2bd5834edc9bb295b1 [file] [log] [blame]
FROM nginx:alpine
COPY ./build /usr/share/nginx/html
EXPOSE 80