pikto commited on
Commit
f942c58
1 Parent(s): 5f08c18

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -9,6 +9,9 @@
9
  # Use a Node.js base image
10
  FROM node:19-alpine
11
 
 
 
 
12
  # Set the working directory
13
  WORKDIR /app
14
 
 
9
  # Use a Node.js base image
10
  FROM node:19-alpine
11
 
12
+ #Clone repo
13
+ RUN git clone https://github.com/PawanOsman/ChatGPT.git
14
+
15
  # Set the working directory
16
  WORKDIR /app
17