Skip to content

Commit 401ed2d

Browse files
authored
Update Dockerfile
1 parent 8dd6279 commit 401ed2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ARG TARGETARCH
1313

1414
WORKDIR /app
1515

16-
COPY ./config ./config/
16+
COPY . .
1717

1818
COPY dist/${TARGETOS}/${TARGETARCH}/app .
1919

2020
RUN ls
2121

22-
CMD ["./app"]
22+
CMD ["./app"]

0 commit comments

Comments
 (0)