FROM nginx:1.27-alpine

# The deploy server only needs to host static assets for updates.
COPY deploy/server /usr/share/nginx/html
