Rifando commited on
Commit
a58f08f
·
verified ·
1 Parent(s): cde0353

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
  # Atur variabel lingkungan
11
  ENV HOME=/home/user \
12
  PATH=/home/user/.local/bin:$PATH
 
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
+
13
  # Atur variabel lingkungan
14
  ENV HOME=/home/user \
15
  PATH=/home/user/.local/bin:$PATH