czk32611 commited on
Commit
b4652e8
1 Parent(s): 0cbbb23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -46,7 +46,6 @@ RUN pip install -r requirements.txt \
46
 
47
 
48
  # Add entrypoint script
49
- COPY --chown=user entrypoint.sh ./entrypoint.sh
50
  RUN chmod +x ./entrypoint.sh
51
  RUN ls -l ./
52
 
 
46
 
47
 
48
  # Add entrypoint script
 
49
  RUN chmod +x ./entrypoint.sh
50
  RUN ls -l ./
51