Skip to content

Commit

Permalink
corec tpath
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Aug 19, 2024
1 parent c99fa7e commit a4cbe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.consume-kafka
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER lsst
RUN source loadLSST.bash && mamba install aiokafka httpx
RUN source loadLSST.bash && pip install kafkit
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" obs_lsst
COPY python/lsst/obsloctap/consume-kafka.py ./obsloctap/
COPY src/obsloctap/consume-kafka.py ./obsloctap/

# Environment variables that must be set:
# POSTGRES_URL: SQLAlchemy connection URL
Expand Down

0 comments on commit a4cbe4b

Please sign in to comment.