Skip to content

Commit

Permalink
try to link to onlyoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 committed Nov 14, 2024
1 parent 17add54 commit 083d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_pgserver
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WORKDIR ../libsearpc
RUN ./autogen.sh && ./configure && make && sudo make install && sudo ldconfig

WORKDIR ../seafile-server
RUN git checkout dev && ./autogen.sh && ./configure --disable-fuse && make && sudo make install && sudo ldconfig && rm -rf /root/dev/source-code
RUN ./autogen.sh && ./configure --disable-fuse && make && sudo make install && sudo ldconfig && rm -rf /root/dev/source-code
#RUN git checkout pgsql && ./autogen.sh && ./configure --disable-fuse && make && sudo make install && sudo ldconfig && rm -rf /root/dev/source-code

WORKDIR /root/dev/source-code/seahub
Expand Down

0 comments on commit 083d04e

Please sign in to comment.