lchu11 commited on
Commit
e8057ce
·
verified ·
1 Parent(s): 263e6ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ RUN useradd -m -u 1000 user
4
  WORKDIR /usr/src/app
5
  COPY --link --chown=1000 ./ /usr/src/app
6
 
 
7
  COPY . .
8
 
9
  # Clone the GitHub repository
 
4
  WORKDIR /usr/src/app
5
  COPY --link --chown=1000 ./ /usr/src/app
6
 
7
+
8
  COPY . .
9
 
10
  # Clone the GitHub repository