Skip to content

Commit

Permalink
remove .git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
blackav committed Jun 12, 2023
1 parent f2515bc commit f336f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ adduser -c 'ejudge compiler' -d /home/judges/compile -M -s /sbin/nologin ejcompi
#RELEASE=
RELEASE='RELEASE=1'

rm -rf .git
./configure --prefix=/opt/ejudge --enable-charset=utf-8 --with-httpd-cgi-bin-dir=/var/www/cgi-bin --with-httpd-htdocs-dir=/var/www/html --enable-ajax --enable-local-dir=/var/lib/ejudge --enable-hidden-server-bins --with-primary-user=ejudge --with-exec-user=ejexec --with-compile-user=ejcompile --enable-compile-spool-dir --enable-run-spool-dir --enable-contests-status-dir && ulimit -n 65536 && make ${RELEASE} && make ${RELEASE} install && /opt/ejudge/bin/ejudge-suid-setup && /opt/ejudge/bin/ejudge-upgrade-web

> ejudge-install.sh
Expand Down

0 comments on commit f336f45

Please sign in to comment.