Skip to content

Commit 61bbb20

Browse files
committed
chore(helmbroker): remove entrypoint
1 parent e2499ec commit 61bbb20

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN apk add --update --virtual .build-deps \
3131
&& chmod +x /app/bin/* \
3232
&& /app/bin/install
3333

34-
ENTRYPOINT ["/app/bin/entrypoint"]
35-
34+
ENV PATH /app/.venv/bin:/app/bin:$PATH
3635
CMD ["/app/bin/boot"]
3736
EXPOSE 8000

rootfs/Dockerfile.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN apk add --update --virtual .build-deps \
3434
&& /app/bin/install
3535
COPY . /app
3636

37-
ENTRYPOINT ["/app/bin/entrypoint"]
38-
37+
ENV PATH /app/.venv/bin:/app/bin:$PATH
3938
CMD ["/app/bin/boot"]
4039
EXPOSE 8000

rootfs/bin/entrypoint

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)