mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
feat: add docker build
This commit is contained in:
9
client/Dockerfile
Normal file
9
client/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine
|
||||
|
||||
WORKDIR /app/
|
||||
RUN apk --update --no-cache add python3 py3-requests
|
||||
|
||||
COPY ./*.py ./
|
||||
|
||||
ENTRYPOINT ["python"]
|
||||
CMD ["dispatch-query.py"]
|
||||
Reference in New Issue
Block a user