Skip to content

Commit

Permalink
Removing docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Oct 13, 2020
1 parent 3d7b1ff commit d11d6bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker/python2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ RUN pip --no-cache-dir install brewtils==$VERSION
WORKDIR /
VOLUME /src

COPY docker-entrypoint.sh /

CMD ["python", "-m", "src"]
2 changes: 0 additions & 2 deletions docker/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ RUN pip --no-cache-dir install brewtils==$VERSION
WORKDIR /
VOLUME /src

COPY docker-entrypoint.sh /

CMD ["python", "-m", "src"]

0 comments on commit d11d6bc

Please sign in to comment.