Skip to content

Commit 52714f8

Browse files
committed
fix missing defaults file
1 parent e8913e9 commit 52714f8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.yaml
55
LICENSE
66
*.md
7+
!config

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ FROM alpine:latest
22
RUN apk --no-cache add ca-certificates
33

44
ENV SERVER_PORT=8880
5+
6+
ENV DEFAULTS_PATH=/app/config/defaults.yml
7+
58
ENV CONFIG_PATH=/config/config.yml
6-
ENV DEFAULTS_PATH=/app/utils/config/defaults.yml
79
ENV TOKENS_DIR=/config/tokens
810

911
ARG TARGETOS
File renamed without changes.

0 commit comments

Comments
 (0)