Chave commited on
Commit
dd27529
·
verified ·
1 Parent(s): 92670aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -4,4 +4,7 @@ WORKDIR /app
4
 
5
  COPY . .
6
 
 
 
 
7
  CMD ["./copilot2gpt"]
 
4
 
5
  COPY . .
6
 
7
+ RUN chmod +x ./copilot2gpt
8
+
9
+
10
  CMD ["./copilot2gpt"]