Skip to content

Commit

Permalink
repl
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 7, 2025
1 parent 43968f5 commit 8e4d97d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/Dockerfile.replication
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ FROM ${BASE_IMAGE}
# Install optional requirements
RUN uv pip install --no-cache-dir --system cassandra-driver

# Setup the application scripts
WORKDIR /app

# Install sdm_schemas
# Change this using: -e SDM_SCHEMAS_REF=branch_or_tag_name
ENV SDM_SCHEMAS_REF=main
COPY ./docker/scripts/download-sdm-schemas.sh .
RUN ./download-sdm-schemas.sh && rm download-sdm-schemas.sh
ENV SDM_SCHEMAS_DIR=/app/sdm_schemas

# Copy the entrypoint script
COPY docker/scripts/entrypoint-replication.sh .
RUN chmod +x /app/entrypoint-replication.sh
Expand Down

0 comments on commit 8e4d97d

Please sign in to comment.