Browse Source

fix: missing dockerfile ENV

NGPixel 7 năm trước cách đây
mục cha
commit
808f2c57dd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      tools/build/Dockerfile

+ 2 - 0
tools/build/Dockerfile

@@ -11,6 +11,8 @@ WORKDIR /var/wiki
 COPY supervisord.conf /etc/supervisord.conf
 COPY supervisord.conf /etc/supervisord.conf
 COPY . /var/wiki
 COPY . /var/wiki
 
 
+ENV WIKI_JS_HEROKU=1
+
 EXPOSE 3000
 EXPOSE 3000
 
 
 CMD ["supervisord", "--nodaemon", "-c", "/etc/supervisord.conf"]
 CMD ["supervisord", "--nodaemon", "-c", "/etc/supervisord.conf"]