Skip to content

Commit 361e7a0

Browse files
committed
2 parents e9959f6 + 401ed2d commit 361e7a0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.dockerignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
.github
44
*.yaml
55
*.md
6-
!LICENSE.md
7-
!README.md
8-
!config/*.yml
6+
!config/*.yml

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"]
File renamed without changes.

0 commit comments

Comments
 (0)