gordonchan commited on
Commit
9bcb5fe
1 Parent(s): 47fae1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ghcr.io/foxioat/aicard:main
3
 
4
  WORKDIR /app
5
  ENV MPLCONFIGDIR=/.cache
6
- RUN mkdir /.cache && chmod 777 /.cache
7
  EXPOSE 7860
8
 
9
  ENTRYPOINT ["python3", "app.py"]
 
3
 
4
  WORKDIR /app
5
  ENV MPLCONFIGDIR=/.cache
6
+ RUN mkdir /.cache && chmod 777 /.cache &&ls
7
  EXPOSE 7860
8
 
9
  ENTRYPOINT ["python3", "app.py"]