Refactor code structure and remove redundant changes

This commit is contained in:
Marek Lesko
2025-08-05 11:50:31 +02:00
parent 0019c5c601
commit b34826f9bf
374 changed files with 49565 additions and 0 deletions

3
deployment/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:stable-alpine
WORKDIR /var/www/app
COPY /prod/ /usr/share/nginx/html/

View File

@@ -0,0 +1,8 @@
services:
app:
image: registry.lesko.me/marek/amdruzstvo:latest
restart: unless-stopped
ports:
- "8080:80"