derek-thomas commited on
Commit
6a64f9b
·
1 Parent(s): 0631982

Trying to trick django

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ ENV ADMIN_PASSWORD=password
6
 
7
  RUN sed -i 's/DENY/SAMEORIGIN/g' /doccano/docker/nginx/default.conf # doesnt do anything... doesnt seem to be using nginx
8
 
9
- RUN echo "X_FRAME_OPTIONS = 'DENY'" > /doccano/local_settings.py
10
 
11
  CMD ["/doccano/tools/run.sh"]
 
6
 
7
  RUN sed -i 's/DENY/SAMEORIGIN/g' /doccano/docker/nginx/default.conf # doesnt do anything... doesnt seem to be using nginx
8
 
9
+ RUN echo "X_FRAME_OPTIONS = 'SAMEORIGIN'" > /doccano/local_settings.py
10
 
11
  CMD ["/doccano/tools/run.sh"]