Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
|
2 |
FROM clarkck/aktools:v0.0.89-v1.15.82
|
3 |
|
|
|
4 |
|
5 |
# Expose the port the app runs on
|
6 |
EXPOSE 8080
|
|
|
1 |
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
|
2 |
FROM clarkck/aktools:v0.0.89-v1.15.82
|
3 |
|
4 |
+
RUN chmod -R 777 /usr/local/lib/python3.12/site-packages/aktools
|
5 |
|
6 |
# Expose the port the app runs on
|
7 |
EXPOSE 8080
|