Skip to content

Commit

Permalink
#91 added debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Apr 28, 2024
1 parent 5333dfe commit 8cc664f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/nanoserver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /build
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

COPY . /build/
RUN pwd; Get-ChildItem
RUN go mod download
RUN go build -ldflags "-s -w -X glide/pkg/version.Version=$VERSION -X glide/pkg/version.commitSha=$COMMIT -X glide/pkg/version.buildDate=$BUILD_DATE" -o /build/dist/glide.exe

Expand Down

0 comments on commit 8cc664f

Please sign in to comment.