File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
display-api-service/etc/confd/conf.d Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010- Minor update of composer packages
1111- Updated psalm to version 5.x
1212- Fixed feed data provider id issue [ #151 ] ( https://github.com/os2display/display-api-service/pull/151 )
13- - Setup separate image builds for itkdev and os2display
13+ - Set up separate image builds for itkdev and os2display
1414
1515## [ 1.2.8] - 2023-05-25
1616
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ docker build --pull --no-cache --build-arg APP_VERSION=${APP_VERSION} --tag=itkd
1010docker build --no-cache --build-arg VERSION=${APP_VERSION} --tag=itkdev/os2display-api-service-nginx:${APP_VERSION} --file=" nginx/Dockerfile" nginx
1111
1212# docker push itkdev/os2display-api-service:${APP_VERSION}
13- # docker push itkdev/os2display-api-service-nginx:${APP_VERSION}
13+ # docker push itkdev/os2display-api-service-nginx:${APP_VERSION}
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ owner = "www-data"
55mode = " 0644"
66keys = [
77 " /app-config"
8- ]
8+ ]
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ dest = "/etc/nginx/conf.d/default.conf"
44mode = " 0644"
55keys = [
66 " /nginx-config"
7- ]
7+ ]
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ dest = "/etc/nginx/nginx.conf"
44mode = " 0644"
55keys = [
66 " /nginx-config"
7- ]
7+ ]
You can’t perform that action at this time.
0 commit comments