matdmiller commited on
Commit
69a23e0
·
verified ·
1 Parent(s): dad40b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -26,11 +26,11 @@ ENV UV_CACHE_DIR=/app/.cache/uv
26
  RUN mkdir -p /app/.cache/uv
27
  RUN chown -R appuser:appuser /app/.cache
28
 
29
- RUN python -m uv sync --frozen
30
-
31
  # Switch to the non-root user
32
  USER appuser
33
 
 
 
34
  # Expose port 8001
35
  EXPOSE 8001
36
 
 
26
  RUN mkdir -p /app/.cache/uv
27
  RUN chown -R appuser:appuser /app/.cache
28
 
 
 
29
  # Switch to the non-root user
30
  USER appuser
31
 
32
+ RUN python -m uv sync --frozen
33
+
34
  # Expose port 8001
35
  EXPOSE 8001
36