adding debugging docker

This commit is contained in:
areeqakbr 2025-02-26 13:42:48 +07:00
parent 77578d642b
commit 6fddace32a
1 changed files with 2 additions and 0 deletions

View File

@ -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