Skip to content

Commit 6b96f22

Browse files
committed
testing
1 parent 7741d10 commit 6b96f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ RUN apk --no-cache add ca-certificates
33

44
WORKDIR /app
55

6-
COPY dist/${TARGETOS}/${TARGETARCH}/app .
6+
COPY dist/$TARGETOS/$TARGETARCH/app .
77

88
CMD ["./app"]

0 commit comments

Comments
 (0)