Skip to content

Commit cbaaec6

Browse files
committed
fix: wrong web dist folder
1 parent 183eeb1 commit cbaaec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN LATEST_RELEASE_URL=$(curl -s https://api.github.com/repos/DarkSkyTeam/chatgp
3838
&& unzip dist.zip -d /tmp/web_dist \
3939
&& rm dist.zip && \
4040
mkdir -p /app/web && \
41-
mv /tmp/web_dist/web/* /app/web && \
41+
mv /tmp/web_dist/dist/* /app/web && \
4242
pip install --no-cache-dir *.whl && \
4343
pip cache purge && \
4444
python -c "from pycloudflared import try_cloudflare; try_cloudflare(-1)" || true && \

0 commit comments

Comments
 (0)