initial commit

This commit is contained in:
2025-04-17 23:09:40 +03:00
parent 49a121e8f4
commit 3f30854c04
40 changed files with 3825 additions and 157 deletions

8
captain-definition Normal file
View File

@ -0,0 +1,8 @@
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM nginx:alpine",
"COPY ./dist /usr/share/nginx/html",
"EXPOSE 80"
]
}