Skip to content

Commit 1e0b0d2

Browse files
committed
- fix:issue #7: remove entrypoint.sh
1 parent 0c48c66 commit 1e0b0d2

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,4 @@ RUN apt-get update \
1111

1212
RUN pip install --upgrade pip
1313
COPY ./requirements.txt .
14-
RUN pip install -r requirements.txt
15-
16-
COPY ./entrypoint.sh /usr/src/app/entrypoint.sh
17-
RUN chmod +x /usr/src/app/entrypoint.sh
18-
19-
COPY . .
20-
21-
ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
14+
RUN pip install -r requirements.txt

entrypoint.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)