Update Dockerfile

This commit is contained in:
Pawan Osman
2024-04-15 09:41:39 +03:00
committed by GitHub
parent 9235d190c6
commit a44d20b27a
+3
View File
@@ -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