This commit is contained in:
q
2025-02-07 13:33:41 +02:00
parent 99a5fe008d
commit d485d137cf
3 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
version: "3.9"
services: services:
pwss: pwss:
build: build:

View File

@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye FROM python:3.13.2-slim-bullseye
ARG TZ=UTC ARG TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

2
manage
View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
docker-compose exec pwss bash /code/manager "$@" docker compose exec pwss bash /code/manager "$@"