mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-06-01 22:08:54 +02:00
Update Dockerfile
This commit is contained in:
@@ -4,6 +4,9 @@ FROM node:19-alpine
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install git
|
||||
RUN apk add --no-cache git
|
||||
|
||||
# Clone the project repository
|
||||
RUN git clone https://github.com/ztjhz/BetterChatGPT.git /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user