Add docker file and an action
Some checks failed
Build release image / build (push) Failing after 3m0s

This commit is contained in:
yehor
2025-05-20 09:42:07 +03:00
parent 1af27b3e8f
commit 6b2b8395ce
3 changed files with 104 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM nginx:1.27.0
COPY ./build /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf
EXPOSE 80