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