File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ dockers:
62
62
dockerfile : Dockerfile
63
63
extra_files :
64
64
- config.toml.sample
65
- - config-demo.toml
66
65
- docker-entrypoint.sh
67
66
- use : buildx
68
67
goos : linux
@@ -87,7 +86,6 @@ dockers:
87
86
dockerfile : Dockerfile
88
87
extra_files :
89
88
- config.toml.sample
90
- - config-demo.toml
91
89
- docker-entrypoint.sh
92
90
- use : buildx
93
91
goos : linux
@@ -113,7 +111,6 @@ dockers:
113
111
dockerfile : Dockerfile
114
112
extra_files :
115
113
- config.toml.sample
116
- - config-demo.toml
117
114
- docker-entrypoint.sh
118
115
- use : buildx
119
116
goos : linux
@@ -139,7 +136,6 @@ dockers:
139
136
dockerfile : Dockerfile
140
137
extra_files :
141
138
- config.toml.sample
142
- - config-demo.toml
143
139
- docker-entrypoint.sh
144
140
145
141
docker_manifests :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ WORKDIR /listmonk
9
9
# Copy only the necessary files
10
10
COPY listmonk .
11
11
COPY config.toml.sample config.toml
12
- COPY config-demo.toml .
13
12
14
13
# Copy the entrypoint script
15
14
COPY docker-entrypoint.sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments