Docker fixes

This commit is contained in:
2026-05-23 22:56:11 -07:00
parent ecc3e7731c
commit cd7caafec7
3 changed files with 2 additions and 1 deletions

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
**/*.o

View File

@@ -30,7 +30,6 @@ libstdc++ \
sqlite-dev
COPY --from=build /usr/src/app/bin/fusion /bin/fusion
COPY sql ./sql
CMD ["/bin/fusion"]

View File

@@ -8,6 +8,7 @@ services:
- ./config.ini:/usr/src/app/config.ini
- ./database.db:/usr/src/app/database.db
- ./tdata:/usr/src/app/tdata
- ./sql:/usr/src/app/sql
ports:
- "23000:23000"
- "23001:23001"