pridanie zakladnych funkcionalít

This commit is contained in:
tpikna
2026-04-14 21:00:08 +02:00
parent 8dac76c758
commit 462205c14c
6 changed files with 123 additions and 0 deletions

5
frontned/Dockerfile Normal file
View File

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