Skip to content

Commit

Permalink
Simplify by removing entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Sep 10, 2020
1 parent aa0db75 commit 433ca32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ RUN apk add --no-cache --virtual .build-deps g++ gcc libxml2-dev libxslt-dev \
&& apk del .build-deps \
&& apk add --no-cache libxslt git

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
CMD ["bikeshed", "spec"]
3 changes: 0 additions & 3 deletions entrypoint.sh

This file was deleted.

0 comments on commit 433ca32

Please sign in to comment.