Add environment variable output to Dockerfile

This commit is contained in:
Andras Bacsai
2025-01-22 14:54:48 +01:00
parent 0da3b00f8e
commit ec154ba0c3

View File

@@ -16,6 +16,8 @@ ARG SOURCE_COMMIT
# Set the environment variable using the build argument
ENV SOURCE_COMMIT=${SOURCE_COMMIT}
RUN env
ENV NODE_ENV=production
# Run build script