Refactor main application logic and update Dockerfile for new entry point
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user