Upload files to "/"

This commit is contained in:
Willy 2026-06-29 00:58:31 +02:00
parent cd3614bbbf
commit e083d44666
3 changed files with 20 additions and 0 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
copymoji:
build: .
image: copymoji:v1.0.0
container_name: copymoji
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./web:/usr/share/nginx/html