Skip to content

Commit

Permalink
Rename entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
pdemp1729 committed Jan 8, 2023
1 parent 9e1ffa1 commit c7b1ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

COPY config/.flake8 .
COPY run-code-check.sh /usr/local/bin
COPY entrypoint.sh /usr/local/bin

ENV DEFAULT_FLAKE8_CONFIG=${APP_ROOT}/.flake8

VOLUME ${CODE_DIR}
WORKDIR ${CODE_DIR}

ENTRYPOINT ["/usr/local/bin/run-code-check.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
File renamed without changes.

0 comments on commit c7b1ee6

Please sign in to comment.