setup pipeline

This commit is contained in:
2026-03-16 00:31:46 -04:00
parent 7ed88ae609
commit d392180cf6
2 changed files with 14 additions and 26 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80