Skip to content

Commit c9a7b4a

Browse files
authored
Merge pull request #10 from d4rkstar/main
chore: dockerfile fix
2 parents 1570cd2 + 40da1ca commit c9a7b4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ ADD --chown=openserverless:openserverless run.sh pyproject.toml uv.lock /home/op
3939
# Install uv (Python dependency manager)
4040
RUN pip install --no-cache-dir uv
4141

42-
# Install Python dependencies usando il lockfile
42+
# Install dependencies
43+
USER openserverless
4344
RUN uv venv && uv pip install --requirement pyproject.toml
4445

45-
# ...existing code...
46-
USER openserverless
4746
ENV HOME=/home/openserverless
4847
EXPOSE 5000
4948

0 commit comments

Comments
 (0)