Skip to content

Commit

Permalink
Update Docker file
Browse files Browse the repository at this point in the history
Update docker file with altered sync schema name.

More docker changes
  • Loading branch information
bsmartradio committed Aug 19, 2024
1 parent 64cf278 commit bcc9fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ WORKDIR /app
RUN pip install --no-cache-dir .

ENTRYPOINT ["sh", "-c"]
CMD "syncLatestSchemaToRegistry.py --help"
CMD "syncAllSchemasToRegistry.py --help"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lsst.alert.packet =
console_scripts =
validateAvroRoundTrip.py = lsst.alert.packet.bin.validateAvroRoundTrip:main
simulateAlerts.py = lsst.alert.packet.bin.simulateAlerts:main
syncLatestSchemaToRegistry.py = lsst.alert.packet.bin.syncLatestSchemaToRegistry:main
syncAllSchemasToRegistry.py = lsst.alert.packet.bin.syncAllSchemasToRegistry:main

[flake8]
max-line-length = 110
Expand Down

0 comments on commit bcc9fc0

Please sign in to comment.