mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
fix: dockerfile路径错误
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apk add chromium chromium-chromedriver fontconfig --no-cache --allow-untrust
|
||||
|
||||
RUN mkdir -p /usr/local/sbin/ \
|
||||
&& cp /usr/bin/chromedriver /usr/local/sbin/ \
|
||||
&& chmod a+x chromedriver
|
||||
&& chmod a+x /usr/local/sbin/chromedriver
|
||||
|
||||
ADD simsun.ttc /usr/share/fonts/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user