lchu11 commited on
Commit
54322a7
·
verified ·
1 Parent(s): e8057ce

Update Dockerfile

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