Sign in
chromium
/
external
/
github.com
/
catchpoint
/
WebPageTest.tsproxy
/
91a5932cff424e962bc8bcffbd4cdcb542260ef7
/
.
/
Dockerfile
blob: 0c86c37c96c709f7b048dc8a54086a171b5a35cf [
file
] [
log
] [
blame
]
FROM python
:
2.7
COPY
./
tsproxy
.
py
/
usr
/
src
/
tsproxy
/
WORKDIR
/
usr
/
src
/
tsproxy
/
RUN chmod
-
v a
+
x
./
tsproxy
.
py
ENTRYPOINT
[
"./tsproxy.py"
,
"--bind"
,
"0.0.0.0"
]