mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-06-19 13:22:37 +02:00
feat: add docker build
This commit is contained in:
@@ -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