TestSpace / Dockerfile
ManiAz09's picture
Update Dockerfile
b843595 verified
raw
history blame
225 Bytes
FROM python:3.10
ARG now
ENV build_date=$now
# Ensure the timestamp is available as an environment variable
# ENV BUILD_TIMESTAMP=$timestamp
# Print the timestamp to verify
RUN echo "The build timestamp is $build_date"