imperialwool commited on
Commit
b7c10e1
1 Parent(s): f0716e8
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. routes/config.json +1 -1
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM debian:latest
2
 
3
  COPY . /app
4
 
 
 
5
  WORKDIR /app
6
 
7
  RUN apt update && apt install ffmpeg software-properties-common python3 python3-pip python-is-python3 -y
 
2
 
3
  COPY . /app
4
 
5
+ RUN chmod -R 777 /app
6
+
7
  WORKDIR /app
8
 
9
  RUN apt update && apt install ffmpeg software-properties-common python3 python3-pip python-is-python3 -y
routes/config.json CHANGED
@@ -5,5 +5,5 @@
5
  "static-path": "/app/static",
6
  "previews-path": "/app/static/previews",
7
  "signatures-db": "/app/signatures.db",
8
- "buildVersion": "1.0 build54"
9
  }
 
5
  "static-path": "/app/static",
6
  "previews-path": "/app/static/previews",
7
  "signatures-db": "/app/signatures.db",
8
+ "buildVersion": "1.0 build57"
9
  }