Skip to content

Commit

Permalink
Remove obsolete demo file reference from Docker build commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 27, 2024
1 parent 0f2c679 commit 3894571
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config-demo.toml
- docker-entrypoint.sh
- use: buildx
goos: linux
Expand All @@ -87,7 +86,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config-demo.toml
- docker-entrypoint.sh
- use: buildx
goos: linux
Expand All @@ -113,7 +111,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config-demo.toml
- docker-entrypoint.sh
- use: buildx
goos: linux
Expand All @@ -139,7 +136,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config-demo.toml
- docker-entrypoint.sh

docker_manifests:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3894571

Please sign in to comment.