Niansuh commited on
Commit
5ff29cb
1 Parent(s): 8f49b7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/RKIAI/Groq2API.git /app
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