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.
2 parents e9959f6 + 401ed2d commit 361e7a0Copy full SHA for 361e7a0
.dockerignore
@@ -3,6 +3,4 @@
3
.github
4
*.yaml
5
*.md
6
-!LICENSE.md
7
-!README.md
8
-!config/*.yml
+!config/*.yml
Dockerfile
@@ -13,10 +13,10 @@ ARG TARGETARCH
13
14
WORKDIR /app
15
16
-COPY ./config ./config/
+COPY . .
17
18
COPY dist/${TARGETOS}/${TARGETARCH}/app .
19
20
RUN ls
21
22
-CMD ["./app"]
+CMD ["./app"]
LICENSE.md renamed to LICENSE
0 commit comments