mirror of
https://github.com/sstent/GarminSync.git
synced 2026-01-26 00:52:32 +00:00
python v2 - added feartures 1 and 2 - daemon hsa errors
This commit is contained in:
@@ -28,5 +28,9 @@ RUN mkdir -p /app/data
|
||||
ENV ENV_FILE=/app/.env
|
||||
ENV DATA_DIR=/app/data
|
||||
|
||||
# Set the entrypoint to run the CLI
|
||||
ENTRYPOINT ["python", "-m", "garminsync.cli"]
|
||||
# Expose web UI port
|
||||
EXPOSE 8080
|
||||
|
||||
# Update entrypoint to support daemon mode
|
||||
ENTRYPOINT ["python", "-m", "garminsync.cli"]
|
||||
CMD ["--help"]
|
||||
|
||||
Reference in New Issue
Block a user