Skip to content

Commit

Permalink
Merge pull request #13 from OVINC-CN/chore_build
Browse files Browse the repository at this point in the history
chore(build): remove local proxy
  • Loading branch information
OrenZhang authored Nov 1, 2024
2 parents b7e387b + 049d4fa commit 7c207ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN pip3 install -U pip && pip3 install -r requirements.txt

COPY . /usr/src/app

RUN export https_proxy=http://10.1.0.163:6152 && export http_proxy=http://10.1.0.163:6152 && export all_proxy=socks5://10.1.0.163:6153 && apt-get update && apt-get install -y gettext
RUN apt-get update && apt-get install -y gettext

RUN cp env.example .env \
&& python3 manage.py compilemessages -l zh_Hans \
Expand Down

0 comments on commit 7c207ce

Please sign in to comment.