add f1 stie sources [ci skip]

This commit is contained in:
Viktor Barzin 2023-09-24 17:08:33 +00:00
parent 2e4eae3f82
commit fce6dc93fe
3 changed files with 201 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM nginx
COPY . /usr/share/nginx/html
EXPOSE 80