Chrunos commited on
Commit
1d4ed0b
·
verified ·
1 Parent(s): 46b713f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
11
  COPY ./cookies.json /cookies.json
12
 
13
  # ENV
14
- ENV API_URL=https://nando35-cobalt.hf.space
15
  ENV COOKIE_PATH=/cookies.json
16
  ENV JWT_SECRET=eMdOGxjYn_nL0OlJdANOLLRim4UHItapf0fRmOC5q_yfLj0fMaPihbCn8sbJPBOm
17
 
@@ -28,6 +28,8 @@ USER user
28
  # Atur direktori kerja
29
  WORKDIR $HOME/app
30
 
 
 
31
  # Kloning repositori
32
  RUN git clone -b queue https://github.com/imputnet/cobalt
33
 
 
11
  COPY ./cookies.json /cookies.json
12
 
13
  # ENV
14
+ ENV API_URL=https://chrunos-load.hf.space
15
  ENV COOKIE_PATH=/cookies.json
16
  ENV JWT_SECRET=eMdOGxjYn_nL0OlJdANOLLRim4UHItapf0fRmOC5q_yfLj0fMaPihbCn8sbJPBOm
17
 
 
28
  # Atur direktori kerja
29
  WORKDIR $HOME/app
30
 
31
+ RUN mkdir -p /data
32
+ RUN chmod 777 /data
33
  # Kloning repositori
34
  RUN git clone -b queue https://github.com/imputnet/cobalt
35