Refactor main application logic and update Dockerfile for new entry point

This commit is contained in:
ImBenji
2025-08-04 16:39:40 +01:00
parent e126e6ff94
commit 773d209733
5 changed files with 25 additions and 161 deletions

View File

@@ -18,7 +18,7 @@ RUN dart pub get
COPY lib/ ./lib/
# Compile the application
RUN dart compile exe lib/waylume_server.dart -o waylume_server
RUN dart compile exe lib/main.dart -o waylume_server
EXPOSE 3000 51820/udp