shekharp77 commited on
Commit
168e318
·
1 Parent(s): b501139

first commit

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,7 +9,6 @@ RUN useradd -m -u 1000 user
9
  # Switch to the "user" user
10
  USER user
11
 
12
- COPY --chown=user /.cache
13
 
14
  WORKDIR /code
15
 
 
9
  # Switch to the "user" user
10
  USER user
11
 
 
12
 
13
  WORKDIR /code
14