Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
|
|
12 |
COPY . .
|
13 |
|
14 |
# Change permissions of the root directory and the data.db file
|
15 |
-
RUN chmod 777
|
16 |
|
17 |
# Install dependencies
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
12 |
COPY . .
|
13 |
|
14 |
# Change permissions of the root directory and the data.db file
|
15 |
+
RUN chmod 777 data.db
|
16 |
|
17 |
# Install dependencies
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|