Skip to content

Commit 49e89d5

Browse files
committed
moved ARG like in docker docs
1 parent c478c7b commit 49e89d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG TARGETOS
2-
ARG TARGETARCH
3-
41
FROM alpine:latest
52
RUN apk --no-cache add ca-certificates
63

4+
ARG TARGETOS
5+
ARG TARGETARCH
6+
77
WORKDIR /app
88

99
COPY dist/${TARGETOS}/${TARGETARCH}/app .

0 commit comments

Comments
 (0)