File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,10 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \
1010 mv /root/.local/bin/uv /usr/local/bin/uv && \
1111 mv /root/.local/bin/uvx /usr/local/bin/uvx
1212
13- COPY pyproject.toml ./
14- COPY uv.lock* ./
13+ COPY . .
1514
1615RUN uv sync --no-dev --no-cache
1716
18- COPY . .
19-
2017EXPOSE 8000
2118
2219HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
Original file line number Diff line number Diff line change @@ -10,13 +10,10 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \
1010 mv /root/.local/bin/uv /usr/local/bin/uv && \
1111 mv /root/.local/bin/uvx /usr/local/bin/uvx
1212
13- COPY pyproject.toml ./
14- COPY uv.lock* ./
13+ COPY . .
1514
1615RUN uv sync --no-dev --no-cache
1716
18- COPY . .
19-
2017EXPOSE 8000
2118
2219HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
You can’t perform that action at this time.
0 commit comments