Skip to content

Commit

Permalink
Merge pull request #207 from lxsq/master
Browse files Browse the repository at this point in the history
添加Dockerfile
  • Loading branch information
URenko authored Nov 19, 2024
2 parents 1e76f77 + 23be2d6 commit c73e35a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.11
WORKDIR /accesser

RUN pip install -U "accesser[doh,doq]"

EXPOSE 7654
VOLUME /accesser

CMD ["accesser","--notsetproxy","--notimportca"]

0 comments on commit c73e35a

Please sign in to comment.