oegedijk's picture
Publish explainingtitanic Space snapshot
c85417e
raw
history blame contribute delete
126 Bytes
FROM nginx:1.27-alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY warmup.html /usr/share/nginx/html/warmup.html
EXPOSE 8080