tttarun commited on
Commit
576bd27
1 Parent(s): b684840

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ FROM python:3.10-slim
4
  RUN useradd -m -u 1000 user
5
  USER root
6
 
 
 
7
  # Set the working directory in the container
8
  WORKDIR /app
9
 
 
4
  RUN useradd -m -u 1000 user
5
  USER root
6
 
7
+ COPY --link --chown=1000 ./ /app
8
+
9
  # Set the working directory in the container
10
  WORKDIR /app
11