nsarrazin HF staff commited on
Commit
c35223d
1 Parent(s): fb72096
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -29,7 +29,11 @@ RUN git clone -b feature/chat-agent https://github.com/nsarrazin/poc-agents.js.g
29
 
30
  WORKDIR /usr/src/app/poc-agents.js
31
 
 
 
32
  RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local \
33
  npm run build
34
 
 
 
35
  CMD ["npm", "run", "dev"]
 
29
 
30
  WORKDIR /usr/src/app/poc-agents.js
31
 
32
+ RUN chmod 755 /usr/src/app/poc-agents.js
33
+
34
  RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local \
35
  npm run build
36
 
37
+ RUN chmod 755 /usr/src/app/poc-agents.js
38
+
39
  CMD ["npm", "run", "dev"]