Files
cachetdeco/Dockerfile
2026-03-16 00:31:46 -04:00

3 lines
61 B
Docker

FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80