Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin committed Jan 8, 2025
1 parent 6e1bdd2 commit ea05e85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions apps/comet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ ARG VERSION
RUN apk update && apk upgrade && \
apk add --no-cache git

#RUN git clone -b $VERSION https://github.com/g0ldyy/comet.git /source
RUN git clone -b $VERSION https://github.com/g0ldyy/comet.git /source

RUN git clone https://github.com/elfhosted/comet.git /source
# RUN git clone https://github.com/elfhosted/comet.git /source


# Patch out requirement for warp
COPY apps/comet/no-warp-necessary.patch /source/
RUN cd /source && git apply no-warp-necessary.patch && rm no-warp-necessary.patch

# # Patch in the stremthru PR
# RUN cd /source && \
# wget https://patch-diff.githubusercontent.com/raw/g0ldyy/comet/pull/166.patch && \
# git apply 166.patch
# Patch in the stremthru PR
RUN cd /source && \
wget https://patch-diff.githubusercontent.com/raw/g0ldyy/comet/pull/166.patch && \
git apply 166.patch


FROM python:3.11-alpine
Expand Down
2 changes: 1 addition & 1 deletion apps/comet/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#process
process:
gunicorn:
python:
running: true

# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#port
Expand Down

0 comments on commit ea05e85

Please sign in to comment.