Skip to content

Commit

Permalink
Merge pull request #1 from coreweave/ma/dockerfile
Browse files Browse the repository at this point in the history
fix(hyperglass): edit Dockerfile
  • Loading branch information
ChachiTheGhost authored Sep 4, 2024
2 parents 0b2fbb1 + c9cee79 commit b4965d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
FROM python:3.12.3-alpine as base
WORKDIR /opt/hyperglass
ENV HYPERGLASS_APP_PATH=/etc/hyperglass
ENV HYPERGLASS_HOST=0.0.0.0
ENV HYPERGLASS_PORT=8001
ENV HYPERGLASS_DEBUG=false
ENV HYPERGLASS_DEV_MODE=false
ENV HYPERGLASS_REDIS_HOST=redis
ENV HYPEGLASS_DISABLE_UI=true
ENV HYPERGLASS_CONTAINER=true
COPY . .

FROM base as ui
Expand Down

0 comments on commit b4965d1

Please sign in to comment.