mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +08:00
Remove obsolete demo file reference from Docker build commands.
This commit is contained in:
parent
0f2c679e5b
commit
3894571d1a
2 changed files with 0 additions and 5 deletions
|
@ -62,7 +62,6 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- config-demo.toml
|
||||
- docker-entrypoint.sh
|
||||
- use: buildx
|
||||
goos: linux
|
||||
|
@ -87,7 +86,6 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- config-demo.toml
|
||||
- docker-entrypoint.sh
|
||||
- use: buildx
|
||||
goos: linux
|
||||
|
@ -113,7 +111,6 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- config-demo.toml
|
||||
- docker-entrypoint.sh
|
||||
- use: buildx
|
||||
goos: linux
|
||||
|
@ -139,7 +136,6 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- config-demo.toml
|
||||
- docker-entrypoint.sh
|
||||
|
||||
docker_manifests:
|
||||
|
|
|
@ -9,7 +9,6 @@ WORKDIR /listmonk
|
|||
# Copy only the necessary files
|
||||
COPY listmonk .
|
||||
COPY config.toml.sample config.toml
|
||||
COPY config-demo.toml .
|
||||
|
||||
# Copy the entrypoint script
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
|
|
Loading…
Reference in a new issue