Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 2cf70ec

Browse files
committed
Embed the sbom
1 parent 06e5714 commit 2cf70ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/octopub-self-contained/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# Run "docker build -f docker/octopub-self-contained/Dockerfile ." from the content-team-apps directory
12
FROM openjdk:17-slim-buster
23
RUN apt-get update
34
RUN apt-get install nginx supervisor -y
45
COPY docker/octopub-self-contained/default /etc/nginx/sites-enabled/default
56
COPY js/generator-octopus-javascript-frontend/generators/app/templates/js/frontend/build /var/www/html/
67
COPY js/generator-octopus-java-microservice/generators/app/templates/java/products-microservice/target/products-microservice-runner.jar /opt/
8+
COPY js/generator-octopus-java-microservice/generators/app/templates/java/products-microservice/target/bom.xml /opt/
79
COPY docker/octopub-self-contained/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
810
RUN mkdir -p /var/log/supervisord
911
EXPOSE 80

0 commit comments

Comments
 (0)