We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f6ec9 commit 4152474Copy full SHA for 4152474
Dockerfile.tokenizer-api
@@ -13,6 +13,7 @@ COPY api/api.py /app
13
COPY api/pyproject.toml /app
14
COPY api/poetry.lock /app
15
COPY dataset/${dataset} /app
16
+COPY sqli_model/ /app/sqli_model/
17
RUN pip install --disable-pip-version-check poetry
18
RUN poetry install --no-root
19
0 commit comments