Skip to content

Commit

Permalink
Merge pull request #1054 from ORCID/feature/ui-nginx-build-fix
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
jthomas-orcid authored Nov 2, 2023
2 parents 0978813 + 09b5060 commit 0d5c03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:

ui:
restart: unless-stopped
image: ${DOCKER_REG}/ui:${TAG:}
image: ${DOCKER_REG}/ui:${TAG}
environment:
- 'SPRING_PROFILES_ACTIVE=prod'
- OAUTH2_WEB_CLIENT_CONFIGURATION_SECRET=${WEB_CLIENT_CONFIGURATION_SECRET}
Expand Down

0 comments on commit 0d5c03d

Please sign in to comment.