xrp commited on
Commit
cf4c773
·
verified ·
1 Parent(s): 92c79dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /code
9
 
10
  COPY ./startup.sh /code/startup.sh
11
 
12
- RUN chmod +x ./code/startup.sh && cat ./code/startup.sh
13
 
14
  COPY . .
15
  #############
 
9
 
10
  COPY ./startup.sh /code/startup.sh
11
 
12
+ RUN chmod +x /code/startup.sh && cat /code/startup.sh
13
 
14
  COPY . .
15
  #############