Skip to content

Commit

Permalink
chore: remove spanner_config.ini (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethowitz authored Dec 14, 2022
1 parent 0362bca commit b9c1f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN \

COPY --from=builder /app/bin /app/bin
COPY --from=builder /app/syncserver/version.json /app
COPY --from=builder /app/spanner_config.ini /app
COPY --from=builder /app/tools/spanner /app/tools/spanner
COPY --from=builder /app/tools/integration_tests /app/tools/integration_tests
COPY --from=builder /app/tools/tokenserver/process_account_events.py /app/tools/tokenserver/process_account_events.py
Expand All @@ -65,4 +64,4 @@ RUN pip3 install -r /app/tools/tokenserver/requirements.txt

USER app:app

ENTRYPOINT ["/app/bin/syncserver", "--config=spanner_config.ini"]
ENTRYPOINT ["/app/bin/syncserver"]
8 changes: 0 additions & 8 deletions spanner_config.ini

This file was deleted.

0 comments on commit b9c1f7f

Please sign in to comment.