Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ ENV BUILD_TIMESTAMP=$timestamp
|
|
15 |
|
16 |
|
17 |
# Print the timestamp to verify
|
18 |
-
RUN echo "The build timestamp is $
|
|
|
15 |
|
16 |
|
17 |
# Print the timestamp to verify
|
18 |
+
RUN echo "The build timestamp is $timestamp"
|