Skip to content

Commit 134564d

Browse files
committed
default SESSION_COOKIE_SAMESITE to Lax
1 parent 95d6df9 commit 134564d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN sed -i 's#STATIC_FOLDER.*#STATIC_FOLDER=/usr/src/app/subscribie/subscribie/t
1313

1414
# Set cookie secure flag to false in development
1515
RUN sed -i 's#SESSION_COOKIE_SECURE.*##g' .env
16+
RUN sed -i 's#SESSION_COOKIE_SAMESITE.*#Lax#g' .env
1617

1718
# Remove SERVER_NAME app config in docker environment
1819
RUN sed -i 's#SERVER_NAME.*##g' .env

0 commit comments

Comments
 (0)