Skip to content

Commit e3b75fa

Browse files
committed
fix(docker): fix configuration location
1 parent 1193975 commit e3b75fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ COPY --from=backend-builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr
5454
COPY --from=frontend-builder /usr/src/app/build /var/local/html
5555

5656
# Add configuration file
57-
ADD ./pkg/config/defaults.toml /etc/readflow.toml
57+
ADD ./internal/config/defaults.toml /etc/readflow.toml
5858

5959
# Set configuration file
6060
ENV READFLOW_CONFIG /etc/readflow.toml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Readflow configuration is a TOML file that you can specify using the `-c` comman
5858

5959
You can initialize a configuration file example by using the `init-config -f config.toml` command.
6060

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).
6262

6363
Type `readflow --help` to display available commands.
6464

0 commit comments

Comments
 (0)