Initial commit
This commit is contained in:
9
app/Dockerfile.paypal_processor
Normal file
9
app/Dockerfile.paypal_processor
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.11
|
||||
|
||||
RUN mkdir /app
|
||||
ADD . /app
|
||||
RUN pip install -r /app/requirements.txt
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD [ "python", "/app/paypal_processor.py" ]
|
||||
Reference in New Issue
Block a user