mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
remove commented items from dockerfile
This commit is contained in:
parent
6025023c5d
commit
7c65066a20
1 changed files with 0 additions and 4 deletions
|
|
@ -8,11 +8,7 @@ ENV HYPERGLASS_DEV_MODE=false
|
||||||
ENV HYPERGLASS_REDIS_HOST=redis
|
ENV HYPERGLASS_REDIS_HOST=redis
|
||||||
ENV HYPEGLASS_DISABLE_UI=true
|
ENV HYPEGLASS_DISABLE_UI=true
|
||||||
|
|
||||||
# RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
|
|
||||||
# ENV PATH="${PATH}:$HOME/.rye/shims"
|
|
||||||
COPY . .
|
COPY . .
|
||||||
# RUN $HOME/.rye/shims/rye sync
|
|
||||||
# RUN . ./.venv/bin/activate
|
|
||||||
RUN pip3 install .
|
RUN pip3 install .
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue