Skip to content

Commit ca31723

Browse files
committed
one more
1 parent 55d0b1f commit ca31723

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ RUN uv sync --frozen --no-install-project --no-dev
1919
RUN cd ..
2020
RUN ls -la
2121

22+
23+
RUN cd ..
24+
RUN ls -la
25+
26+
RUN cd ..
27+
RUN ls -la
28+
RUN cd ..
29+
RUN ls -la
30+
2231
# Then, add the rest of the project source code and install it
2332
# Installing separately from its dependencies allows optimal layer caching
2433
ADD . /app

0 commit comments

Comments
 (0)