From 6fddace32a65063bd6d4052f9feefefc289873c1 Mon Sep 17 00:00:00 2001 From: areeqakbr Date: Wed, 26 Feb 2025 13:42:48 +0700 Subject: [PATCH] adding debugging docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9d96277..9f249b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ RUN go mod download # Copy the rest of the application source code COPY . . +RUN ls -la /app + # Expose the application's port (change if needed) EXPOSE 5678