defendex commited on
Commit
3aed72c
·
verified ·
1 Parent(s): db30681

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ USER root
5
 
6
  RUN mkdir -p /opt/openlist/data
7
 
8
- RUN echo '{"scheme":{"address":"0.0.0.0","http_port":7860},"database":{"type":"${DB_TYPE}","host":"${DB_HOST}","port":${DB_PORT},"user":"${DB_USER}","password":"${DB_PASS}","name":"${DB_NAME}","ssl_mode":"${DB_SSL}"}}' > /opt/openlist/data/config.json
9
 
10
  RUN chmod -R 777 /opt/openlist/data
11
 
 
5
 
6
  RUN mkdir -p /opt/openlist/data
7
 
8
+ RUN echo "{\"scheme\":{\"address\":\"0.0.0.0\",\"http_port\":7860},\"database\":{\"type\":\"${DB_TYPE}\",\"host\":\"${DB_HOST}\",\"port\":${DB_PORT},\"user\":\"${DB_USER}\",\"password\":\"${DB_PASS}\",\"name\":\"${DB_NAME}\",\"ssl_mode\":\"${DB_SSL}\"}}" > /opt/openlist/data/config.json
9
 
10
  RUN chmod -R 777 /opt/openlist/data
11