Skip to content

Commit 4185c4a

Browse files
authored
Update Dockerfile
1 parent 5cc9233 commit 4185c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.9-buster
2-
WORKDIR /etc/proxstar
2+
WORKDIR /opt/proxstar
33
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
44
COPY requirements.txt .
55
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)