Refactor Dockerfiles to use UBI9 base image and update dependencies
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
FROM python:3.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Instalar dependencias
|
||||
RUN pip install pika
|
||||
|
||||
COPY app.py .
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
1
unifier/requirements.txt
Normal file
1
unifier/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pika==1.3.2
|
||||
Reference in New Issue
Block a user