adds CORS for extension

This commit is contained in:
msramalho
2023-02-25 14:09:53 +01:00
parent 6b4dd9c0a9
commit 06a553065b
2 changed files with 13 additions and 7 deletions

View File

@@ -20,5 +20,5 @@ RUN pip install --upgrade pip && \
COPY ./requirements.txt .
RUN pip install -r requirements.txt
# copy project code over
# copy src code over
COPY . .