use tornado proxy, fix docker

This commit is contained in:
poma 2020-11-04 19:01:51 +03:00
parent 6e9e08fb6b
commit d22837d2bf
No known key found for this signature in database
GPG key ID: BA20CB01FE165657
7 changed files with 307 additions and 126 deletions

View file

@ -10,4 +10,5 @@ COPY package.json yarn.lock ./
RUN --mount=type=ssh yarn && yarn cache clean --force
COPY . .
EXPOSE 8000
ENTRYPOINT ["yarn"]