Skip to content

Commit b57de3d

Browse files
committed
chore(controller): remove entrypoint
1 parent 47d438d commit b57de3d

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN apk add --update --virtual .build-deps \
2929

3030
COPY . /app
3131

32-
ENTRYPOINT ["/app/bin/entrypoint"]
3332

33+
ENV PATH /app/.venv/bin:/app/bin:$PATH
3434
WORKDIR /app
3535
CMD ["/app/bin/boot"]
3636
EXPOSE 8000

rootfs/Dockerfile.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositor
4444

4545
COPY . /app
4646

47-
ENTRYPOINT ["/app/bin/entrypoint"]
48-
47+
ENV PATH /app/.venv/bin:/app/bin:$PATH
4948
WORKDIR /app
5049
CMD ["/app/bin/boot"]
5150
EXPOSE 8000

rootfs/bin/entrypoint

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

0 commit comments

Comments
 (0)