diff --git a/bun/Dockerfile b/bun/Dockerfile index 0f37503..b00022f 100644 --- a/bun/Dockerfile +++ b/bun/Dockerfile @@ -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