Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -25,6 +25,7 @@ RUN touch start.sh && \
|
|
25 |
chmod +x start.sh && \
|
26 |
chmod +x sync_data.sh && \
|
27 |
chmod -R 777 ./db && \
|
|
|
28 |
sed -i "1r sync_data.sh" ./start.sh
|
29 |
|
30 |
# 确保启动命令指向正确的app.py文件
|
|
|
25 |
chmod +x start.sh && \
|
26 |
chmod +x sync_data.sh && \
|
27 |
chmod -R 777 ./db && \
|
28 |
+
mkdir storage && chmod 777 storage && \
|
29 |
sed -i "1r sync_data.sh" ./start.sh
|
30 |
|
31 |
# 确保启动命令指向正确的app.py文件
|