Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Jimenez <[email protected]>
  • Loading branch information
juliojimenez committed Mar 3, 2024
1 parent 22d43a0 commit 959bcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN apt-get update && apt-get install -y \
&& wget https://github.com/SBOMcc/sbomcc/releases/download/0.0.1/sbomcc-0.0.1-linux-x64.zip \
&& unzip sbomcc-0.0.1-linux-x64.zip
# EXPOSE 8080
ENTRYPOINT [ "bogu-0.0.1/bin/bogu" ]
ENTRYPOINT [ "sbomcc-0.0.1/bin/sbomcc" ]
CMD [ "--version" ]

0 comments on commit 959bcfc

Please sign in to comment.