[niko-niko] Bump CI

This commit is contained in:
drymer 2018-10-07 02:03:26 +02:00
parent 335aa2b7d5
commit 394e4a2769
Signed by: drymer
GPG Key ID: A307D64D5DDFDAAD
1 changed files with 0 additions and 4 deletions

View File

@ -13,11 +13,7 @@ COPY --from=builder /niko-niko/ /niko-niko
RUN apk add --update py2-pip python && pip install --no-index \
--find-links=/root/wheel -r /niko-niko/requirements.txt
RUN rm -rf /root/.cache /etc/apk/cache/* /root/wheel/
WORKDIR /niko-niko
CMD ["python", "tornado_server.py"]
EXPOSE 8080