ManiAz09 commited on
Commit
516ad30
·
verified ·
1 Parent(s): b843595

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM python:3.10
4
  ARG now
5
 
6
 
7
- ENV build_date=$now
8
 
9
  # Ensure the timestamp is available as an environment variable
10
  # ENV BUILD_TIMESTAMP=$timestamp
 
4
  ARG now
5
 
6
 
7
+ ENV build_date=$(date +%s)
8
 
9
  # Ensure the timestamp is available as an environment variable
10
  # ENV BUILD_TIMESTAMP=$timestamp