fix: missing dockerfile ENV

pull/356/head
NGPixel 8 years ago
parent 89567b7158
commit 808f2c57dd

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

Loading…
Cancel
Save