tracinginsights commited on
Commit
c3cad10
·
1 Parent(s): 6443a07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ ENV FASTF1_CACHE_DIR="/code/cache"
27
 
28
  # Add the following lines to create the main.db file
29
  RUN touch /code/cache/main.db
30
- RUN chmod a+w /code/cache/main.db
31
 
32
  COPY . .
33
 
 
27
 
28
  # Add the following lines to create the main.db file
29
  RUN touch /code/cache/main.db
30
+ RUN chmod a+rwx /code/cache/main.db
31
 
32
  COPY . .
33