Skip to content

Commit 871fc77

Browse files
committed
Update dockerfile
1 parent 249db5f commit 871fc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/example_configurations/access_control/general/filter_server

server/example_configurations/access_control/general/filter_server/Dockerfile

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

55
WORKDIR /app
6-
COPY app.py .
6+
COPY ./server/example_configurations/access_control/general/filter_server/app.py ./
77

88
ENV UPSTREAM_REPOSITORY_URL="http://repository:80"
99
ENV POLICY_DATA_PATH="/policies/data.json"

0 commit comments

Comments
 (0)