Commit 808f2c57 authored by NGPixel's avatar NGPixel

fix: missing dockerfile ENV

parent 89567b71
......@@ -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"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment