fix Fatturazione elettronica XML previe
This commit is contained in:
14
manager-solution/manager/Dockerfile
Normal file
14
manager-solution/manager/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY manager.py .
|
||||
COPY config.json .
|
||||
|
||||
ENV INACTIVITY_SECONDS=30
|
||||
|
||||
CMD ["python", "manager.py"]
|
||||
Reference in New Issue
Block a user