Skip to content

Commit aeb2842

Browse files
committed
chore(passport): remove entrypoint
1 parent ad7ad50 commit aeb2842

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
@@ -39,8 +39,7 @@ RUN apk add --update --virtual .build-deps \
3939
COPY . /app
4040
COPY --from=build-app /app/dist /app/web/dist
4141

42-
ENTRYPOINT ["/app/bin/entrypoint"]
43-
42+
ENV PATH /app/.venv/bin:/app/bin:$PATH
4443
WORKDIR /app
4544
CMD ["/app/bin/boot"]
4645
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)