Skip to content

Commit 8cc664f

Browse files
committed
#91 added debug command
1 parent 5333dfe commit 8cc664f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/nanoserver.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ WORKDIR /build
1212
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
1313

1414
COPY . /build/
15+
RUN pwd; Get-ChildItem
1516
RUN go mod download
1617
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
1718

0 commit comments

Comments
 (0)