Skip to content

Commit

Permalink
fix(dashboard): expose dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mijailr committed Feb 6, 2024
1 parent 6a337b8 commit b2d122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY ./docker/dashboard/docker-entrypoint.sh ./
EXPOSE 8080

ENV PORT 8080
ENV HOSTNAME localhost
ENV HOSTNAME 0.0.0.0

ENTRYPOINT ["/lh/dashboard/docker-entrypoint.sh"]
CMD ["dashboard"]

0 comments on commit b2d122d

Please sign in to comment.