Skip to content

Commit a9b6596

Browse files
committed
use default entrypoint
1 parent d2cc4bc commit a9b6596

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ FROM andgineer/lean-python
22

33
COPY requirements.txt requirements.txt
44

5-
RUN uv pip install -r requirements.txt \
6-
&& apk del python3-dev libxslt-dev libxml2-dev
5+
RUN uv pip install -r requirements.txt
76

87
COPY src/* ./
98

10-
CMD ["python3", "amazon_dash.py"]
9+
CMD ["amazon_dash.py"]

0 commit comments

Comments
 (0)