Skip to content

Commit

Permalink
Update Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 18, 2024
1 parent ef6c80e commit 30f2218
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecr_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
aws-region: ${{secrets.AWS_REGION}}

- name: Docker Build API
run: docker-compose build api
run: docker compose build openldap

- name: Login to Amazon ECR
id: login-ecr
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
openldap:
build: ./
container_name: openldap
volumes:
- /var/lib/ldap
- /etc/ldap/slapd.d
Expand Down

0 comments on commit 30f2218

Please sign in to comment.