Skip to content
Snippets Groups Projects
Commit 8a744850 authored by MIchael Nguyen's avatar MIchael Nguyen
Browse files

fixed dockerfile.

parent 8d6fc74f
Branches
Tags
1 merge request!6Trusted ibm
FROM amazoncorretto:8
WORKDIR /
COPY provider/storage-aws/target/indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar
COPY provider/indexer-aws/target/indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar
EXPOSE 8080
CMD ["java","-jar", "indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment