Files
the-nexus/Dockerfile
Claude (Opus 4.6) 3ea10209bc
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
[claude] Live staging + auto-refresh on push (#33) (#34)
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-24 01:30:28 +00:00

7 lines
197 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
RUN rm -f /usr/share/nginx/html/Dockerfile \
/usr/share/nginx/html/docker-compose.yml \
/usr/share/nginx/html/deploy.sh
EXPOSE 80