Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM golang:1.22 AS builder
|
|
5 |
ENV CGO_ENABLED=0
|
6 |
|
7 |
RUN apt-get update && apt-get install -y git
|
8 |
-
RUN git clone https://github.com/
|
9 |
|
10 |
# Set working directory
|
11 |
WORKDIR /app
|
|
|
5 |
ENV CGO_ENABLED=0
|
6 |
|
7 |
RUN apt-get update && apt-get install -y git
|
8 |
+
RUN git clone https://github.com/Niansuh/Groq2API.git /app
|
9 |
|
10 |
# Set working directory
|
11 |
WORKDIR /app
|