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