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.
1 parent e8913e9 commit 52714f8Copy full SHA for 52714f8
.dockerignore
@@ -4,3 +4,4 @@
4
*.yaml
5
LICENSE
6
*.md
7
+!config
Dockerfile
@@ -2,8 +2,10 @@ FROM alpine:latest
2
RUN apk --no-cache add ca-certificates
3
ENV SERVER_PORT=8880
+
+ENV DEFAULTS_PATH=/app/config/defaults.yml
8
ENV CONFIG_PATH=/config/config.yml
-ENV DEFAULTS_PATH=/app/utils/config/defaults.yml
9
ENV TOKENS_DIR=/config/tokens
10
11
ARG TARGETOS
utils/config/defaults.yml renamed to config/defaults.yml
0 commit comments