@@ -4,6 +4,8 @@ WORKDIR /app
COPY . .
+EXPOSE 7860
+
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y libgl1