Skip to content

Commit

Permalink
chore(controller): remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhongyi committed Sep 2, 2021
1 parent 47d438d commit b57de3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN apk add --update --virtual .build-deps \

COPY . /app

ENTRYPOINT ["/app/bin/entrypoint"]

ENV PATH /app/.venv/bin:/app/bin:$PATH
WORKDIR /app
CMD ["/app/bin/boot"]
EXPOSE 8000
3 changes: 1 addition & 2 deletions rootfs/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositor

COPY . /app

ENTRYPOINT ["/app/bin/entrypoint"]

ENV PATH /app/.venv/bin:/app/bin:$PATH
WORKDIR /app
CMD ["/app/bin/boot"]
EXPOSE 8000
6 changes: 0 additions & 6 deletions rootfs/bin/entrypoint

This file was deleted.

0 comments on commit b57de3d

Please sign in to comment.