We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183eeb1 commit cbaaec6Copy full SHA for cbaaec6
Dockerfile
@@ -38,7 +38,7 @@ RUN LATEST_RELEASE_URL=$(curl -s https://api.github.com/repos/DarkSkyTeam/chatgp
38
&& unzip dist.zip -d /tmp/web_dist \
39
&& rm dist.zip && \
40
mkdir -p /app/web && \
41
- mv /tmp/web_dist/web/* /app/web && \
+ mv /tmp/web_dist/dist/* /app/web && \
42
pip install --no-cache-dir *.whl && \
43
pip cache purge && \
44
python -c "from pycloudflared import try_cloudflare; try_cloudflare(-1)" || true && \
0 commit comments