proper COPY
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ RUN pup new appenv
|
|
| 20 |
WORKDIR appenv
|
| 21 |
|
| 22 |
# copy project files, install dependencies
|
| 23 |
-
COPY --chown=user
|
| 24 |
RUN tree
|
| 25 |
RUN pixi run uv sync --project .
|
| 26 |
|
|
|
|
| 20 |
WORKDIR appenv
|
| 21 |
|
| 22 |
# copy project files, install dependencies
|
| 23 |
+
COPY --chown=user . .
|
| 24 |
RUN tree
|
| 25 |
RUN pixi run uv sync --project .
|
| 26 |
|