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 the rest of the application source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN ls -la /app
|
||||||
|
|
||||||
# Expose the application's port (change if needed)
|
# Expose the application's port (change if needed)
|
||||||
EXPOSE 5678
|
EXPOSE 5678
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue