We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e692224 commit 8a86a4fCopy full SHA for 8a86a4f
Dockerfile
@@ -8,4 +8,6 @@ WORKDIR /app
8
9
COPY dist/${TARGETOS}/${TARGETARCH}/app .
10
11
+RUN ls
12
+
13
CMD ["./app"]
0 commit comments