Update Dockerfile

Trigger the Dockerhub action
This commit is contained in:
Katos
2024-12-27 16:15:33 +00:00
committed by GitHub
parent 243dd1d306
commit 2f7d7cfc00

View File

@@ -75,7 +75,7 @@ RUN chmod +x /app/api
LABEL Name=homebox Version=0.0.1
LABEL org.opencontainers.image.source="https://github.com/sysadminsmedia/homebox"
# Expose necessary ports
# Expose necessary ports for Homebox
EXPOSE 7745
WORKDIR /app