Skip to content

Commit e89d1d0

Browse files
committed
fix: add environment variable logging before build command in Dockerfile
1 parent 8948ead commit e89d1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY reveal.build.cjs ./
3434
COPY build.sh ./
3535

3636
# Build the site
37-
RUN npm run build
37+
RUN printenv && npm run build
3838

3939
# Use Nginx to serve the static files
4040
FROM nginx:alpine

0 commit comments

Comments
 (0)