Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cocogitto/cocogitto-bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37c54f3cbe0c06ea0099e0e8fe68e35fc8a9b2e0
Choose a base ref
..
head repository: cocogitto/cocogitto-bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b718486e390c55eaaab395db4c749457745b94a
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 Dockerfile
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -20,9 +20,6 @@ USER cocogitto
# Install binaries
COPY --from=builder /cocogitto_github_app /usr/bin/cocogitto_github_app

# Install assets
COPY config.toml .

EXPOSE 8080

COPY ./docker/entrypoint.sh /entrypoint.sh