File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --update ca-certificates python3
7
7
RUN pip3 install --no-cache-dir boto3 boto requests
8
8
9
9
10
- ADD ./ecs-get-port-mapping.py /
10
+ ADD ./ecs-get-port-mapping.py /app
11
11
ADD ./entrypoint.sh /
12
12
13
13
RUN chmod 755 /entrypoint.sh
Original file line number Diff line number Diff line change 1
1
# ECS-JAVA-EUREKA #
2
2
3
- Base image for ECS Aware Eueka Instances
3
+ Base image for ECS Aware Eureka Instances
4
4
5
5
### What is this repository for? ###
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -o xtrace
7
7
case " $SPRING_PROFILES_ACTIVE " in
8
8
* ecs* )
9
9
echo " var Set, executing python script"
10
- result=" $( python3 /ecs-get-port-mapping.py) "
10
+ result=" $( python3 /app/ ecs-get-port-mapping.py) "
11
11
eval " $result "
12
12
ECS_HOST_PORT=" $PORT_TCP_8080 "
13
13
export ECS_HOST_PORT;;
You can’t perform that action at this time.
0 commit comments