Skip to content

Commit 2f7e89b

Browse files
committed
Use debug docker image
1 parent afce218 commit 2f7e89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This file assumes that the frontend has been built using ./scripts/frontend-build
55

6-
FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:node
6+
FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:github-debug-node
77

88
ARG TARGETPLATFORM
99
ARG BUILDPLATFORM

docker/rootfs/etc/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ worker_processes auto;
99
# Enables the use of JIT for regular expressions to speed-up their processing.
1010
pcre_jit on;
1111

12-
error_log /data/logs/error.log warn;
12+
error_log /data/logs/error-debug.log debug;
1313

1414
# Includes files with directives to load dynamic modules.
1515
include /etc/nginx/modules/*.conf;

0 commit comments

Comments
 (0)