1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00

remove commented items from dockerfile

This commit is contained in:
thatmattlove 2024-03-17 16:03:07 -04:00
parent 6025023c5d
commit 7c65066a20

View file

@ -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 .