pup-py commited on
Commit
bded016
·
1 Parent(s): 95e83e3

proper COPY

Browse files
Files changed (1) hide show
  1. 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