Skip to content

Commit

Permalink
fix docker built
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Apr 5, 2024
1 parent 6a786b6 commit 2f00e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY --from=build-env /src/bin /app/
COPY --from=build-env /src/config /app/config
CMD ["./explorer", "--config", "./config/default.config.yml"]
CMD ["./exporter"]

0 comments on commit 2f00e18

Please sign in to comment.