alptangall commited on
Commit
133f094
·
verified ·
1 Parent(s): 28485b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
 
15
- CMD ['cmd.sh']
 
12
 
13
  COPY --chown=user . /app
14
 
15
+ CMD cmd.sh