Skip to content

Commit

Permalink
move country patch to ctfd directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingzhilian committed May 16, 2024
1 parent 8814d37 commit 3b9f18c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- /bin/sh
- -c
- |
patch -i /opt/pwn.college/0001-use-pycountry-to-replace-self-generated-country-list.patch /opt/CTFd/CTFd/utils/countries/__init__.py
patch -i /opt/pwn.college/ctfd/0001-use-pycountry-to-replace-self-generated-country-list.patch /opt/CTFd/CTFd/utils/countries/__init__.py
if [ "$DOJO_ENV" != "development" ]; then
./docker-entrypoint.sh;
else
Expand Down

0 comments on commit 3b9f18c

Please sign in to comment.