mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-22 15:28:57 +00:00
Add environment variable output to Dockerfile
This commit is contained in:
@@ -16,6 +16,8 @@ ARG SOURCE_COMMIT
|
|||||||
# Set the environment variable using the build argument
|
# Set the environment variable using the build argument
|
||||||
ENV SOURCE_COMMIT=${SOURCE_COMMIT}
|
ENV SOURCE_COMMIT=${SOURCE_COMMIT}
|
||||||
|
|
||||||
|
RUN env
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# Run build script
|
# Run build script
|
||||||
|
|||||||
Reference in New Issue
Block a user