Added casino interface, wallet login, sucessful npm build sucessfull container build

This commit is contained in:
2025-09-06 14:39:39 +02:00
parent 7e311fbe27
commit 3983cdd554
24 changed files with 1681 additions and 524 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
web:
build:
@@ -44,9 +42,11 @@ services:
working_dir: /var/www/html
volumes:
- .:/var/www/html
command: npm run dev
command: sh -c "npm install && npm run dev"
ports:
- "5173:5173"
depends_on:
- web
networks:
- skunk-net