Validate addresses and enable payments

This commit is contained in:
2023-05-20 13:41:49 +01:00
parent 390132fb10
commit 85c64efc78
5 changed files with 765 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3
FROM python:3.10
ARG OPERATION
RUN useradd -d /code xf