Rifando commited on
Commit
a4d4371
·
verified ·
1 Parent(s): 16e2118

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -7,6 +7,9 @@ RUN npm install -g pnpm
7
  # Pasang Git
8
  RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
9
 
 
 
 
10
  # ENV
11
  ENV API_URL=https://nando35-cobalt.hf.space
12
  ENV COOKIE_PATH=/cookies.json
 
7
  # Pasang Git
8
  RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
9
 
10
+ # Menyalin file cookies.json dari folder lokal ke container
11
+ COPY ./cookies.json /cookies.json
12
+
13
  # ENV
14
  ENV API_URL=https://nando35-cobalt.hf.space
15
  ENV COOKIE_PATH=/cookies.json