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

updated dockerfile

parent 4e26ff3d
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -40,7 +40,7 @@ Parameters:
DesiredCapacity:
Description: The default number of instances to launch in the ECS cluster.
Type: Number
Default: '1'
Default: '0'
MaxSize:
Description: Maximum number of instances that can be launched in the ECS cluster.
......
FROM amazoncorretto:8
WORKDIR /
COPY provider/storage-aws/target/storage-aws-0.0.1-SNAPSHOT-spring-boot.jar storage-aws-0.0.1-SNAPSHOT-spring-boot.jar
COPY provider/storage-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", "storage-aws-0.0.1-SNAPSHOT-spring-boot.jar"]
\ No newline at end of file
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.
Finish editing this message first!
Please register or to comment