Update port

This commit is contained in:
Fedor Korotkiy 2023-02-17 19:05:25 +04:00
parent 5332164359
commit a95b377d2f

View file

@ -6,4 +6,4 @@ COPY . /lectures
WORKDIR /lectures
ENTRYPOINT ["/go/bin/present", "-base", "/go/pkg/mod/golang.org/x/tools@v0.6.0/cmd/present", "-http", ":3999", "-orighost", "p.go.manytask.org", "-use_playground", "-play=0"]
ENTRYPOINT ["/go/bin/present", "-base", "/go/pkg/mod/golang.org/x/tools@v0.6.0/cmd/present", "-http", ":8080", "-orighost", "p.go.manytask.org", "-use_playground", "-play=0"]