We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249db5f commit 871fc77Copy full SHA for 871fc77
1 file changed
server/example_configurations/access_control/general/filter_server/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.12-slim
3
RUN pip install --no-cache-dir flask requests
4
5
WORKDIR /app
6
-COPY app.py .
+COPY ./server/example_configurations/access_control/general/filter_server/app.py ./
7
8
ENV UPSTREAM_REPOSITORY_URL="http://repository:80"
9
ENV POLICY_DATA_PATH="/policies/data.json"
0 commit comments