Skip to content

Commit

Permalink
discuzq
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Jan 4, 2024
1 parent 2217b89 commit 3873abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/discuzq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get upgrade -y; \

# Download DiscuzQ and build
RUN cd /var/www/html && git clone --depth=1 https://gitee.com/Discuz/Discuz-Q.git discuzq && \
cd discuzq/resources/frame && npm install && npm run build && \
#cd discuzq/resources/frame && npm install && npm run build && \
chown -R www-data:www-data /var/www/html

RUN sed -i "s/Options Indexes FollowSymLinks/Options FollowSymLinks/" /etc/apache2/apache2.conf
Expand Down

0 comments on commit 3873abd

Please sign in to comment.