File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,14 @@ Please **note** that **this first AAF Data release is primarily for demonstratio
161161 ` ` `
162162 1. ** In Docker** :
163163 1. Set the profile environment variable with ` export spring_profiles_active=min` (NOTE: Remove it with ` unset spring_profiles_active` )
164- 1. ** Build** a Docker image with ` docker build -t deceptivelysimpletechnologies/aafdata:$( date +%Y%m%d_%H%M%S) .`
164+ 1. ** Build** a Docker image with ` docker build -t deceptivelysimpletechnologies/aafdata-entitydatamicroservice :$( date +%Y%m%d_%H%M%S) .`
165165 1. ** Pull** the Docker image from DockerHub:
166166 ` ` ` sh
167- docker pull deceptivelysimpletechnologies/aafdata:latest
167+ docker pull deceptivelysimpletechnologies/aafdata-entitydatamicroservice :latest
168168 ` ` `
169169 1. ** Run** the Docker container:
170170 ` ` ` sh
171- docker run -d --name aafdata-min -e spring_profiles_active=min -p 8080:8080 -t deceptivelysimpletechnologies/aafdata:latest
171+ docker run -d --name aafdata-min -e spring_profiles_active=min -p 8080:8080 -t deceptivelysimpletechnologies/aafdata-entitydatamicroservice :latest
172172 ` ` `
173173
174174
You can’t perform that action at this time.
0 commit comments