Skip to content

Commit 1627ac5

Browse files
committed
Fix
1 parent 91b216a commit 1627ac5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ services:
2929

3030
ldap:
3131
build:
32-
context: docker/ldap
33-
dockerfile: Dockerfile
34-
volumes:
35-
- ./resources/ldaptest/testserver.py:/app/testserver.py
32+
context: .
33+
dockerfile: docker/ldap/Dockerfile
3634
ports:
3735
- "389:389"
3836

docker/ldap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.11-slim
33
RUN pip install --no-cache-dir ldaptor twisted
44

55
WORKDIR /app
6-
COPY testserver.py .
6+
COPY resources/ldaptest/testserver.py .
77

88
EXPOSE 389
99

0 commit comments

Comments
 (0)