Browse Source

steampy v1

master
gsd 1 year ago
parent
commit
26a58c5c89
  1. 2
      Dockerfile
  2. 2
      backend_integration.py
  3. 2
      git_build/Dockerfile

2
Dockerfile

@ -4,7 +4,7 @@ RUN groupadd -g 1000 service && useradd -g 1000 -u 1000 service
ENV TZ=Europe/Moscow
RUN python -m pip install aiomysql aiohttp steamio git+https://github.com/conqp/rcon
RUN python -m pip install aiomysql aiohttp https://github.com/Gobot1234/steam.py/archive/refs/tags/V.1.0.0rc1.zip git+https://github.com/conqp/rcon
RUN mkdir /home/service && \
cp /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \

2
backend_integration.py

@ -1,7 +1,7 @@
import aiohttp, os, sys
from colors import *
import traceback
from steam import SteamID
from steam import ID as SteamID
class BackendClient:
up = False

2
git_build/Dockerfile

@ -1,5 +1,5 @@
FROM python:3.10
RUN python -m pip install aiomysql aiohttp steamio git+https://github.com/conqp/rcon
RUN python -m pip install aiomysql aiohttp https://github.com/Gobot1234/steam.py/archive/refs/tags/V.1.0.0rc1.zip git+https://github.com/conqp/rcon
WORKDIR /app
ENV TZ=Europe/Moscow

Loading…
Cancel
Save