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 7741d10 commit 6b96f22Copy full SHA for 6b96f22
Dockerfile
@@ -3,6 +3,6 @@ RUN apk --no-cache add ca-certificates
3
4
WORKDIR /app
5
6
-COPY dist/${TARGETOS}/${TARGETARCH}/app .
+COPY dist/$TARGETOS/$TARGETARCH/app .
7
8
CMD ["./app"]
0 commit comments