Add google sign-in
Also, try to be a bit more correct with CSRF and CORS. It works on my machine.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine:3.18
|
||||
|
||||
RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript font-noto
|
||||
RUN apk --no-cache add py3-pip && pip3 install --break-system-packages django tzdata gunicorn
|
||||
RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript font-noto py3-pip
|
||||
RUN pip3 install --break-system-packages django tzdata gunicorn google-api-python-client
|
||||
|
||||
ADD backend /zetikettes
|
||||
|
||||
|
Reference in New Issue
Block a user