File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ COPY --from=backend-builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr
54
54
COPY --from=frontend-builder /usr/src/app/build /var/local/html
55
55
56
56
# Add configuration file
57
- ADD ./pkg /config/defaults.toml /etc/readflow.toml
57
+ ADD ./internal /config/defaults.toml /etc/readflow.toml
58
58
59
59
# Set configuration file
60
60
ENV READFLOW_CONFIG /etc/readflow.toml
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Readflow configuration is a TOML file that you can specify using the `-c` comman
58
58
59
59
You can initialize a configuration file example by using the ` init-config -f config.toml ` command.
60
60
61
- A configuration file example can be found [ here] ( ./pkg /config/defaults.toml ) .
61
+ A configuration file example can be found [ here] ( ./internal /config/defaults.toml ) .
62
62
63
63
Type ` readflow --help ` to display available commands.
64
64
You can’t perform that action at this time.
0 commit comments