Skip to content

Commit

Permalink
1. ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
bboysoulcn committed Apr 10, 2024
1 parent 5d571c0 commit 4d32fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3-alpine3.14
WORKDIR /app
RUN pip install poetry==1.7.0
RUN apk add gcc python3-dev linux-headers libc-dev --no-cache
RUN pip install poetry==1.7.0
COPY pyproject.toml poetry.lock README.md ./
RUN poetry install
COPY . .
Expand Down

0 comments on commit 4d32fd6

Please sign in to comment.