feat: build date

This commit is contained in:
2025-09-12 10:06:44 +02:00
parent 6f3bc7080b
commit ff171984f4
3 changed files with 18 additions and 0 deletions

View File

@@ -26,4 +26,12 @@ ENV DISCOURSE_USERNAME=""
# Where the database will be stored
ENV BOT_DATA_DIR=""
# Accept build arguments for metadata
ARG BUILD_DATE=""
ARG GIT_TAG=""
# Set them as environment variables
ENV BUILD_DATE=${BUILD_DATE}
ENV GIT_TAG=${GIT_TAG}
CMD ["/bot-env/bin/python", "aw.py"]