adding debugging docker
This commit is contained in:
parent
77578d642b
commit
6fddace32a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue