mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
remove commented items from dockerfile
This commit is contained in:
@ -8,11 +8,7 @@ ENV HYPERGLASS_DEV_MODE=false
|
||||
ENV HYPERGLASS_REDIS_HOST=redis
|
||||
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 . .
|
||||
# RUN $HOME/.rye/shims/rye sync
|
||||
# RUN . ./.venv/bin/activate
|
||||
RUN pip3 install .
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user