fix: update docker interface

This commit is contained in:
2025-12-27 12:04:04 -05:00
parent 99e437b42b
commit c681e342a0
5 changed files with 19 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
services:
hello:
image: git.vxserver.dev/fsd/fes:latest
ports:
- "3000:3000"
volumes:
- ./app:/app