From 50a93ebad48e3c9f7a1c9030e723a035233ef060 Mon Sep 17 00:00:00 2001 From: valoomba Date: Fri, 26 Jul 2024 19:20:36 -0700 Subject: [PATCH] Update and rename ubuntu.dockerfile to ubuntu.Dockerfile --- ubuntu.dockerfile => ubuntu.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) rename ubuntu.dockerfile => ubuntu.Dockerfile (83%) diff --git a/ubuntu.dockerfile b/ubuntu.Dockerfile similarity index 83% rename from ubuntu.dockerfile rename to ubuntu.Dockerfile index 82195534..25c7f2b7 100644 --- a/ubuntu.dockerfile +++ b/ubuntu.Dockerfile @@ -8,3 +8,5 @@ COPY src /app WORKDIR /app RUN npm ci --omit=dev &&\ mv node_modules /node_modules +# Set Environment +ENV DEBUG=Server,WireGuard